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 > |
From: Farryp <fa...@co...> - 2004-06-28 15:52:05
|
Okay, 1- is fixed 2- make needed root access fixed (there was no files with root permission) 3- I still need to set prefix to /usr. I'm using fedora core 1.0. Python.h is in /usr. Best regards Farry Bob Doan (bd...@si...) wrote: > > Hi, > > Ok.. try again pdf.c should be in there > > As for the root when running make: > > Can you untar it clean somewhere can > > cd rlib-1.1.9 > > ls -alR | grep root > > and see if there is anything? > > As for #2) What distro are you using? I use the autoconf 1.8 M4 macros > to try to find where python is because python does not use pkg-config > > - bob > > > On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: > > 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 > > > > > > > > > > > ------------------------------------------------------- > > 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 > > |
From: Bob D. <bd...@si...> - 2004-06-28 15:32:35
|
Hi, Ok.. try again pdf.c should be in there As for the root when running make: Can you untar it clean somewhere can cd rlib-1.1.9 ls -alR | grep root and see if there is anything? As for #2) What distro are you using? I use the autoconf 1.8 M4 macros to try to find where python is because python does not use pkg-config - bob On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: > 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 > > > > > > ------------------------------------------------------- > 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 |
From: Bernardo A. <ber...@vi...> - 2004-06-28 15:47:38
|
Hi, I had problems with 1.1.8 (see my last post). Now I was just able to compile and succesfully install 1.1.9. I had to manually copy pdf.c from rlib1.1.8 though. I haven't tried using it yet, I'll let you know in a couple of hours. thx in advance > Hi, > > Ok.. try again pdf.c should be in there > > As for the root when running make: > > Can you untar it clean somewhere can > > cd rlib-1.1.9 > > ls -alR | grep root > > and see if there is anything? > > As for #2) What distro are you using? I use the autoconf 1.8 M4 macros > to try to find where python is because python does not use pkg-config > > - bob > > > On Mon, 2004-06-28 at 15:24 +0000, Farryp Philippe-Auguste wrote: >> 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 >> > >> >> >> >> ------------------------------------------------------- >> 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 > > > > ------------------------------------------------------- > 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 > |