From: Bob D. <bd...@si...> - 2005-01-12 13:50:29
|
Hi..=20 > ldd gives this output: > seib@developer:~/rlib-1.3.0/src/examples/c> ldd example > not a dynamic executable >=20 > For me it is suprising. I don't know why? My Bad.. I meant :src/examples/c/.libs/example" I suspect you might not have /usr/local/lib in your /etc/ld.so.conf On RedHat boxes you have to configure rlib w/ ./configure --prefix=3D/usr In order for it to work - bob >=20 > configure output:=20 >=20 > seib@developer:~/rlib-1.3.0> ./configure > checking for a BSD-compatible install... /usr/bin/install -c >=20 > ................................................... >=20 > rlib-1.3.0: >=20 > prefix: /usr/local > compiler: gcc > Memory debugging: no > Warning Fun: no > Crash detection: yes > UTF8 disabled: no >=20 > INPUTS: > MYSQL: yes > POSTGRE: no > ODBC: no >=20 > OUTPUTS: > PDF: yes > HTML: Always > CSV: Always > TEXT: Always >=20 > BINDINGS: > PHP: yes > PHP entension dir: /usr/local/lib/php/extensions/no-debu= g-non-zts-20020429 > PYTHON: no > PYTHON version: 2.2 > PYTHON entension dir: > JAVA: no > PERL: no > PERL entension dir: >=20 > Music: Velvet Revolver >=20 > Having Problems: rli...@li... > Want to contribute: rli...@li... >=20 > Thanks, > Leo Seib >=20 > -----Urspr=C3=BCngliche Nachricht----- > Von: Bob Doan [mailto:bd...@si...]=20 > Gesendet: Dienstag, 11. Januar 2005 15:13 > An: Seib Leo > Cc: RLIB USERS > Betreff: Re: [Rlib-users] rlib-1.3.0 libr-mysql.so error >=20 > can you "ldd example" >=20 > Also after your run ./configure=20 >=20 > There is a little report @ the end.. can you send that also >=20 > Thanks! >=20 > - bob >=20 > On Tue, 2005-01-11 at 13:19 +0100, Seib Leo wrote: > > Hello, > >=20 > > =20 > >=20 > > I have compiled rlib-1.3.0 on SuSe Linux 9.2. I,ve got the following > > mesasage while running example in src/examples/c/example: > >=20 > > =20 > >=20 > > seib@developer:~/rlib-1.3.0/src/examples/c> ./example > >=20 > > Setting output encoding to ANSI_X3.4-1968 > >=20 > > encoding is NULL or invalid [C]... using en_USCould Not Load MYSQL > > Input [libr-mysql.so: cannot open shared object file: No such file or > > directory] > >=20 > > Could not connect to XML Database > >=20 > > =20 > >=20 > > But libr-mysql.so is on libpath: > >=20 > > =20 > >=20 > > ldconfig -v | grep libr-mysql.so shows > >=20 > > =20 > >=20 > > seib@developer:~/rlib-1.3.0/src/examples/c> /sbin/ldconfig -v | grep > > libr-mysql.so > >=20 > > libr-mysql-1.3.0.so -> libr-mysql.so > >=20 > > =20 > >=20 > > =20 > >=20 > > Can anybody help? > >=20 > > What is wrong? > >=20 > > =20 > >=20 > > Sincerely, Leo Seib > >=20 > >=20 >=20 |