From: Al A. <aa...@ge...> - 2005-02-26 00:10:40
|
Hi, I'm now testing out rlib 1.3.1 using Example 1 in Chapter 6 of the documentation. I saved the php source in test.php and the xml source in report.xml. I'm running PHP 5.0.2. The sample tables were created in a mysql db table I called 'test'. I was able to access it perfectly fine via the mysql command line client using the same db access settings I used in the sample code. But here are my results: [kungpao:~]$ php test.php > test.pdf Could Not Load MYSQL Input [Shared object "libr-mysql.so" not found] rlib_add_query_as: Could not find input source [mysql]! CPDF version 2.02-r1-2 ** NUTS.. WE CRASHED Quit (core dumped) It says it couldn't find libr-mysql.so but it exists in ~/bin/rlib/lib/ My ./configure paramaters: --with-perl-include=/usr/bin/perl --disable-python --disable-postgres --prefix=/home/aarzaga/bin/rlib --exec-prefix=/home/aarzaga/bin/rlib --disable-utf8: -Al |