From: Bob D. <bd...@si...> - 2003-12-11 14:11:49
|
Hi I'm not the only rlib developer so I like to keep things on list :) The answer then is as root run /sbin/ldconfig then /sbin/ldconfig --print-cache | grep cpdf should show something then compile rlib Don't feel bad about your english... English is my first language and if you ask some of the people around the office here.. mine sucks also - Bob On Thu, 2003-12-11 at 08:06, enrique molina wrote: > Hello Bob, i appreciate your attention. >=20 > When execute "/sbin/ldconfig --print-cache | grep cpdf > " the answer is: > nothing. >=20 > When execute "ld -ldcpf" the answer is: >=20 > ld: warning: libz.so.1, needed by /usr/lib/libcpdf.so, not found (try > using -rpath or -rpath-link) > ld: warning: libc.so.6, needed by /usr/lib/libcpdf.so, not found (try > using -rpath or -rpath-link) > ld: warning: cannot find entry symbol _start; not setting start address > /usr/lib/libcpdf.so: undefined reference to `strcpy' > /usr/lib/libcpdf.so: undefined reference to `sqrt' > /usr/lib/libcpdf.so: undefined reference to `printf' > /usr/lib/libcpdf.so: undefined reference to `ceil' > /usr/lib/libcpdf.so: undefined reference to `memcpy' > /usr/lib/libcpdf.so: undefined reference to `_IO_stderr_' > /usr/lib/libcpdf.so: undefined reference to `remove' > /usr/lib/libcpdf.so: undefined reference to `__environ' > /usr/lib/libcpdf.so: undefined reference to `fprintf' > /usr/lib/libcpdf.so: undefined reference to `strcat' > /usr/lib/libcpdf.so: undefined reference to `fseek' > /usr/lib/libcpdf.so: undefined reference to `cos' > /usr/lib/libcpdf.so: undefined reference to `mktime' > /usr/lib/libcpdf.so: undefined reference to `strstr' > /usr/lib/libcpdf.so: undefined reference to `sin' > /usr/lib/libcpdf.so: undefined reference to `strncmp' > /usr/lib/libcpdf.so: undefined reference to `pow' > /usr/lib/libcpdf.so: undefined reference to `strncpy' > /usr/lib/libcpdf.so: undefined reference to `log10' > /usr/lib/libcpdf.so: undefined reference to `_IO_getc' > /usr/lib/libcpdf.so: undefined reference to `sscanf' > /usr/lib/libcpdf.so: undefined reference to `strncat' > /usr/lib/libcpdf.so: undefined reference to `localtime' > /usr/lib/libcpdf.so: undefined reference to `time' > /usr/lib/libcpdf.so: undefined reference to `strcmp' > /usr/lib/libcpdf.so: undefined reference to `tan' > /usr/lib/libcpdf.so: undefined reference to `getpwuid' > /usr/lib/libcpdf.so: undefined reference to `fgetc' > /usr/lib/libcpdf.so: undefined reference to `sprintf' > /usr/lib/libcpdf.so: undefined reference to `atexit' > /usr/lib/libcpdf.so: undefined reference to `fputc' > /usr/lib/libcpdf.so: undefined reference to `__xstat' > /usr/lib/libcpdf.so: undefined reference to `__curbrk' > /usr/lib/libcpdf.so: undefined reference to `exit' > /usr/lib/libcpdf.so: undefined reference to `compress' > /usr/lib/libcpdf.so: undefined reference to `strchr' > /usr/lib/libcpdf.so: undefined reference to `vfprintf' >=20 > I have a poor experience with C, and compile , etc. > What is the next step?. I have to install other product?. > Excuse me for my poor english, please. >=20 >=20 > Saludos >=20 > Enrique Molina C=E1rcamo > Grupo Inabox, c.a. > ----- Original Message -----=20 > From: "Bob Doan" <bd...@si...> > To: "enrique molina" <en...@gr...> > Cc: "RLIB USERS" <rli...@li...> > Sent: Wednesday, December 10, 2003 9:50 PM > Subject: Re: [Rlib-users] help with Rlib >=20 >=20 > > It should work.. in theory > > > > what happens when you "ld -lcpdf" > > > > Do you get a library not found or a bunch of unresolved symbols? > > > > - Bob > > > > On Wed, 2003-12-10 at 18:38, enrique molina wrote: > > > Hi there, i can=C2=B4t t install Rlib in Freebsd 5.1. I had instal= led > > > libxml2 and clibpdf with tarball. When i try ./configure inside rli= b > > > directory, i get the error: > > > "checking cpdflib.h usability... yes > > > checking cpdflib.h presence... yes > > > checking for cpdflib.h... yes > > > checking for cpdf_init in -lcpdf... no > > > configure: error: You must have cpdflib properly installed in order > > > for rlib to work.. missing libcpdf.so" > > > > > > Anybody has experience with it? > > > > > > The file libcpdf.so is in the /usr/local/lib and /usr/lib (copy). I > > > don=C2=B4t understand what happens. > > > Anybody has installed Rlib in FreeBSD. > > > > > > Thanks in advance. > > > > > > Enrique > > > > > > > > > > > > >=20 |