SAMBA 2.2.8a install on AIX 5.2

Ask a Question related to AIX, Design and Development.

  1. #1

    Default SAMBA 2.2.8a install on AIX 5.2

    I am attempting to install Samba 2.2.8a on AIX 5.2

    When I run the make command, after doing the configuration it compiles
    everything OK but when it tries to link I get the following error:
    Linking bin/smbd
    ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    information.
    make: 1254-004 The error code from the last command is 8.

    I had no problem doing the install on AIX 4.3.3.

    Does anybody have any idea what my problem is?

    Thanks,
    Stephen Spencer



    Stephen Spencer Guest

  2. Similar Questions and Discussions

    1. PHP and Samba
      Hi, Is there an easy way for PHP to access (read and write) files on an arbitrary URL? What I want to do is to have a form that asks the user...
    2. samba install
      Hello - I have a question about installing samba on SCO 5.0.6. I've installed samba on the SCO box, but it is not working at all. I have had...
    3. Samba + win 2k
      Hi, After upgrading our client to win2k pro, I'm suddenly too stupid to set up Samba correctly on my Debian box. Is there a good site that would...
    4. sarge dependancy problems with dhcp3-client/samba/samba-common
      Just did an apt-get update; apt-get dist-upgrade dhcp3-client seems to be mutaully exclusive with samba/samba-common. Installing one takes out...
    5. VFS for Samba
      I am currently attempting to create a recycling bin for Samba on my redhat 8 machine using the recycle module (VFS). I am not exactly sure how to...
  3. #2

    Default Re: SAMBA 2.2.8a install on AIX 5.2


    "Stephen Spencer" <stephen.spencer@jda.com> schrieb im Newsbeitrag
    news:B%68b.130813$la.2868316@news1.calgary.shaw.ca ...
    > I am attempting to install Samba 2.2.8a on AIX 5.2
    >
    > When I run the make command, after doing the configuration it compiles
    > everything OK but when it tries to link I get the following error:
    > Linking bin/smbd
    > ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    > ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    > information.
    > make: 1254-004 The error code from the last command is 8.
    >
    > I had no problem doing the install on AIX 4.3.3.
    >
    > Does anybody have any idea what my problem is?
    >
    > Thanks,
    > Stephen Spencer
    >
    >
    >
    Hallo Stephen,

    you did not write, which compiler you used. I compiled Samba 2.2.8a few
    weeks ago with IBM VAC++ 6 on a pSeries 670 with 5L Ver. 5.1 and 5.2
    successfully. However, I could not compile the sources on the same system
    with gcc and g++ (2.9.aix51.020209-3). gcc and g++ worked fine for the same
    sources on a 4.3.3 system. Hence to keep things simple I'd recommend you use
    the IBM compiler if you can - there is a 30 day trial version available from
    IBM. If you do not succed, I might send you Samba 2.2.8a as installp
    package.

    Regards,
    Andreas


    Andreas Schulze Guest

  4. #3

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    Unless there's a reason to install 2.2.8, why not just install the
    2.2.7 rpms from
    [url]http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html[/url]

    I guess you could also install the samba package from bull:
    [url]http://www.bullfreeware.com/download/aix43/samba-2.2.8.1.exe[/url]



    On Thu, 11 Sep 2003 22:51:13 GMT, "Stephen Spencer"
    <stephen.spencer@jda.com> wrote:
    >I am attempting to install Samba 2.2.8a on AIX 5.2
    >
    >When I run the make command, after doing the configuration it compiles
    >everything OK but when it tries to link I get the following error:
    >Linking bin/smbd
    >ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    >ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    >information.
    >make: 1254-004 The error code from the last command is 8.
    >
    >I had no problem doing the install on AIX 4.3.3.
    >
    >Does anybody have any idea what my problem is?
    >
    >Thanks,
    >Stephen Spencer
    >
    >
    Kent Squires Guest

  5. #4

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    I am using
    "Andreas Schulze" <b79xan@gmx.de> wrote in message
    news:bjrnp2$jo11@news-1.bank.dresdner.net...
    >
    > "Stephen Spencer" <stephen.spencer@jda.com> schrieb im Newsbeitrag
    > news:B%68b.130813$la.2868316@news1.calgary.shaw.ca ...
    > > I am attempting to install Samba 2.2.8a on AIX 5.2
    > >
    > > When I run the make command, after doing the configuration it compiles
    > > everything OK but when it tries to link I get the following error:
    > > Linking bin/smbd
    > > ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    > > ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    > > ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    > > information.
    > > make: 1254-004 The error code from the last command is 8.
    > >
    > > I had no problem doing the install on AIX 4.3.3.
    > >
    > > Does anybody have any idea what my problem is?
    > >
    > > Thanks,
    > > Stephen Spencer
    > >
    > >
    > >
    > Hallo Stephen,
    >
    > you did not write, which compiler you used. I compiled Samba 2.2.8a few
    > weeks ago with IBM VAC++ 6 on a pSeries 670 with 5L Ver. 5.1 and 5.2
    > successfully. However, I could not compile the sources on the same system
    > with gcc and g++ (2.9.aix51.020209-3). gcc and g++ worked fine for the
    same
    > sources on a 4.3.3 system. Hence to keep things simple I'd recommend you
    use
    > the IBM compiler if you can - there is a 30 day trial version available
    from
    > IBM. If you do not succed, I might send you Samba 2.2.8a as installp
    > package.
    >
    > Regards,
    > Andreas
    >
    >
    I am already using the IBM Compiler!


    Stephen Spencer Guest

  6. #5

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    These seem to only exists for 4.3 ...will they work with 5.2?
    "Kent Squires" <ksquires@geeks.org> wrote in message
    news:jfb3mvsnknolk9kb29kbg722bdgh1ndrio@4ax.com...
    > Unless there's a reason to install 2.2.8, why not just install the
    > 2.2.7 rpms from
    > [url]http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html[/url]
    >
    > I guess you could also install the samba package from bull:
    > [url]http://www.bullfreeware.com/download/aix43/samba-2.2.8.1.exe[/url]
    >
    >
    >
    > On Thu, 11 Sep 2003 22:51:13 GMT, "Stephen Spencer"
    > <stephen.spencer@jda.com> wrote:
    >
    > >I am attempting to install Samba 2.2.8a on AIX 5.2
    > >
    > >When I run the make command, after doing the configuration it compiles
    > >everything OK but when it tries to link I get the following error:
    > >Linking bin/smbd
    > >ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    > >ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    > >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    > >information.
    > >make: 1254-004 The error code from the last command is 8.
    > >
    > >I had no problem doing the install on AIX 4.3.3.
    > >
    > >Does anybody have any idea what my problem is?
    > >
    > >Thanks,
    > >Stephen Spencer
    > >
    > >
    >

    Stephen Spencer Guest

  7. #6

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    possibly - i haven't tried

    On Fri, 12 Sep 2003 15:32:26 GMT, "Stephen Spencer"
    <stephen.spencer@jda.com> wrote:
    >These seem to only exists for 4.3 ...will they work with 5.2?
    >"Kent Squires" <ksquires@geeks.org> wrote in message
    >news:jfb3mvsnknolk9kb29kbg722bdgh1ndrio@4ax.com.. .
    >> Unless there's a reason to install 2.2.8, why not just install the
    >> 2.2.7 rpms from
    >> [url]http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html[/url]
    >>
    >> I guess you could also install the samba package from bull:
    >> [url]http://www.bullfreeware.com/download/aix43/samba-2.2.8.1.exe[/url]
    >>
    >>
    >>
    >> On Thu, 11 Sep 2003 22:51:13 GMT, "Stephen Spencer"
    >> <stephen.spencer@jda.com> wrote:
    >>
    >> >I am attempting to install Samba 2.2.8a on AIX 5.2
    >> >
    >> >When I run the make command, after doing the configuration it compiles
    >> >everything OK but when it tries to link I get the following error:
    >> >Linking bin/smbd
    >> >ld: 0711-317 ERROR: Undefined symbol: .SAFE_FREE
    >> >ld: 0711-317 ERROR: Undefined symbol: .VA_COPY
    >> >ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more
    >> >information.
    >> >make: 1254-004 The error code from the last command is 8.
    >> >
    >> >I had no problem doing the install on AIX 4.3.3.
    >> >
    >> >Does anybody have any idea what my problem is?
    >> >
    >> >Thanks,
    >> >Stephen Spencer
    >> >
    >> >
    >>
    >
    Kent Squires Guest

  8. #7

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    Kent Squires <ksquires@geeks.org> wrote in message news:<jfb3mvsnknolk9kb29kbg722bdgh1ndrio@4ax.com>. ..
    > Unless there's a reason to install 2.2.8, why not just install the
    > 2.2.7 rpms from
    > [url]http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html[/url]
    The reason is that there is a security vulnerability in Samba versions
    prior to 2.2.8a.

    So, there is a very GOOD reason to do the upgrade. Let us all upgrade
    together, and sing the hymn of praise, "It compiled on the first
    make".

    -dwiv (CATE/AIX)
    Dwivian Guest

  9. #8

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    [email]dwivian@earthlink.net[/email] (Dwivian) wrote in message news:<b5cff289.0309121110.1f7c5d09@posting.google. com>...
    > Kent Squires <ksquires@geeks.org> wrote in message news:<jfb3mvsnknolk9kb29kbg722bdgh1ndrio@4ax.com>. ..
    > > Unless there's a reason to install 2.2.8, why not just install the
    > > 2.2.7 rpms from
    > > [url]http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html[/url]
    >
    > The reason is that there is a security vulnerability in Samba versions
    > prior to 2.2.8a.
    >
    > So, there is a very GOOD reason to do the upgrade. Let us all upgrade
    > together, and sing the hymn of praise, "It compiled on the first
    > make".
    >
    > -dwiv (CATE/AIX)

    there is an announcement from IBM that the security fixes for samba 2.2.8.a
    are included in IBM RPM Samba Version 2.2.7-4
    see
    [url]http://www-124.ibm.com/pipermail/aixtoolbox-list/2003-April/001418.html[/url]
    ulrich.kotte@homag.de Guest

  10. #9

    Default Re: SAMBA 2.2.8a install on AIX 5.2

    [email]ulrich.kotte@homag.de[/email] (ulrich.kotte@homag.de) wrote in message news:<c5d1017d.0309150420.236b8baf@posting.google. com>...
    > there is an announcement from IBM that the security fixes for samba 2.2.8.a
    > are included in IBM RPM Samba Version 2.2.7-4
    > see
    > [url]http://www-124.ibm.com/pipermail/aixtoolbox-list/2003-April/001418.html[/url]
    That is **SO** IBM. Fix something, but backlevel it so it is out of
    sync with the rest of the world...

    But, cool! Thanks for that update -- will pass it along to others
    here, as the RPM version is acceptable internally, while the freeware
    compiles are considered "unsafe". (grumble)

    -dwiv (CATE/AIX)
    Dwivian Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139