From: Farryp <fa...@co...> - 2004-06-28 15:18:57
|
Hey All, I just tested the install on fedora core 1.0. I found 2 little problems. 1- pdf.c was missing from the librc directory. (I got it from the 1.1.8 version and it compiled) 2- I still had to use --prefix=/usr/ I was trying to have it installed into /usr/local/rlib but it still had problems finding python.h. Is there is some flag I can pass to ./configure to let it know where to find pythin.h ? 3- I nedd to have root permission when running make. After running ./configure --prefix=/usr, I got the following error message. (sudo fixed the problem ) FATAL: can't create .libs/python.o: Permission denied (look bellow for more detail) .... Making all in bindings make[2]: Entering directory `/home/farryp/rlib-1.1.9/bindings' Making all in php make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/php' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/php' Making all in python make[3]: Entering directory `/home/farryp/rlib-1.1.9/bindings/python' source='python.c' object='python.lo' libtool=yes \ depfile='.deps/python.Plo' tmpdepfile='.deps/python.TPlo' \ depmode=gcc3 /bin/sh ../../depcomp \ /bin/sh ../../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I'/usr/include/mysql' -I /usr/include -I/usr/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 -fno-strict-aliasing -g -O2 -c -o python.lo `test -f 'python.c' || echo './'`python.c gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../libsrc/ -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/mysql -I /usr/include -I/usr/include -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM -I /usr/include/python2.2 -fno-strict-aliasing -g -O2 -c python.c -MT python.lo -MD -MP -MF .deps/python.TPlo -fPIC -DPIC -o .libs/python.o Assembler messages: FATAL: can't create .libs/python.o: Permission denied make[3]: *** [python.lo] Error 1 make[3]: Leaving directory `/home/farryp/rlib-1.1.9/bindings/python' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/farryp/rlib-1.1.9/bindings' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/farryp/rlib-1.1.9' make: *** [all] Error 2 Thanks Farry Bob Doan (bd...@si...) wrote: > > Hey All, > > http://www.sicompos.com/~bdoan/rlib-1.1.9.tar.gz > > It has some bug fixes, ability to disable cpdf, non utf8 works > > Everton: > > What garbage is still coming out? > > - bob > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users > |