I've seen in the archives that I might need glib-devel and so I've been trying all afternoon to get an RPM that will convert successfully to a tarball using rpm2targz. All I get is:

fc1-2:/test# rpm2targz glibdev-1.2.6-1.i386.rpm
fc1-2:/test# gunzip glibdev-1.2.6-1.i386.tar.gz

gunzip: glibdev-1.2.6-1.i386.tar.gz: decompression OK, trailing garbage ignored
fc1-2:/test# tar xvf glibdev-1.2.6-1.i386.tar
./


No actual files. ?? I've tried several different download sites and different files from each site with no success.

Anne

On Dec 31, 2003, at 11:13 AM, Anne Ramey wrote:

I'm trying to install midgard-lib-1.5.0 on White-Dwarf linux (doesn't use RPMs) and I get an error:

checking for pkg-config... /usr/local/bin/pkg-config
sh: glib-config: command not found
sh: glib-config: command not found
sh: glib-config: command not found
checking for library containing crypt... no
configure: error: You need libcrypt

even though:
/lib/libcrypt-2.2.5.so
/lib/libcrypt.so.1
/usr/lib/libcrypt.a
/usr/lib/libcrypt.so
/usr/lib/libcrypto.so
/usr/lib/libcrypto.so.0
/usr/lib/libcrypto.so.0.9.6
/usr/lib/libcrypt_p.a

Also, I've installed glib, so why do you think it can't find glib-config??

This is the output is config.log:
configure:5909: checking for pkg-config
configure:5978: checking for library containing crypt
configure:5996: gcc -o conftest -Wall -g -O2 /usr/local/bin/pkg-config --cflags glib conftest.c /usr/local/bin/pkg-config --libs glib 1>&5
gcc: glib: No such file or directory
gcc: glib: No such file or directory
cc1: unrecognized option `-fcflags'
cc1: unrecognized option `-flibs'
configure: failed program was:
#line 5985 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();


int main() {
crypt()
; return 0; }
configure:6018: gcc -o conftest -Wall -g -O2 /usr/local/bin/pkg-config --cflags glib conftest.c -lcrypt /usr/local/bin/pkg-config --libs glib 1>&5
gcc: glib: No such file or directory
gcc: glib: No such file or directory
cc1: unrecognized option `-fcflags'
cc1: unrecognized option `-flibs'
configure: failed program was:
#line 6007 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char crypt();


int main() {
crypt()
; return 0; }


Thanks so much, Anne


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Anne Ramey
Network Administrator
Blast Internet Services
919-545-2521  (800)-24-BLAST
http://www.blast.com


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to