This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/348] New: Error Message - Statically Linked need shared libraries


Host System - GCC 3.4.1, GLIBC as of 8-23-2004, and binutils 2.15.91.0.2. Linux
>From Scratch - 6.0-SVN

When compiling RPM 4.3.2 I receive the following error message, and the compile
ends with an error message.

/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(liblua_la-loadlib.o)(.text+0x5f): In
function `loadlib':
: warning: Using 'dlopen' in statically linked applications requires at runtime
the shared libraries from the glibc version used for linking
/usr/lib/libdl.a(eval.o)(.text+0x420): In function `_start':
: multiple definition of `_start'
/usr/lib/gcc/i686-pc-linux-gnu/3.4.1/../../../crt1.o(.text+0x0): first defined here
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(ugid.o)(.text+0x39c): In function
`gidToGname':
: warning: Using 'getgrgid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(ugid.o)(.text+0x1b8): In function
`gnameToGid':
: warning: Using 'getgrnam' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(ugid.o)(.text+0x237): In function
`gnameToGid':
: warning: Using 'endgrent' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
./lib/.libs/librpm.a(psm.o)(.text+0x3465): In function `.L496':
: warning: Using 'getpwnam' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(rpmio.o)(.text+0x287b): In function
`ftpLogin':
: warning: Using 'getpwuid' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
./lib/.libs/librpm.a(psm.o)(.text+0x346a): In function `.L496':
: warning: Using 'endpwent' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
./lib/.libs/librpm.a(rpmchecksig.o)(.text+0x2834): In function `rpmcliSign':
: warning: the use of `mktemp' is dangerous, better use `mkstemp'
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(rpmio.o)(.text+0x1c47): In function
`tcpConnect':
: warning: Using 'gethostbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
/usr/src/rpm-4.3.2/rpmio/.libs/librpmio.a(url.o)(.text+0x132e): In function
`urlSplit':
: warning: Using 'getservbyname' in statically linked applications requires at
runtime the shared libraries from the glibc version used for linking
collect2: ld returned 1 exit status
make[2]: *** [rpmi] Error 1
make[2]: Leaving directory `/usr/src/rpm-4.3.2'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/rpm-4.3.2'
make: *** [all] Error 2

-- 
           Summary: Error Message - Statically Linked need shared libraries
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: giffordj at linkline dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=348

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]