From: David A. T. <da...@to...> - 2004-08-28 17:25:52
|
Hi, I am trying to install & use RLib 1.2.0 in Fedora Core 2, PHP 5.0.0 with Apache 2.0.50, ClibPDF. When I run the example.php from the command line (php example.php) I get the following error: ------------------------------------------------------------- Setting output encoding to UTF-8Setting locale to [LC_CTYPE=en_US.UTF-8;LC_NUMERIC=C;LC_TIME=C;LC_COLLATE=C;LC_MONETARY=C;LC_MESSAGES=C;LC_PAPER=C;LC_NAME=C;LC_ADDRESS=C;LC_TELEPHONE=C;LC_MEASUREMENT=C;LC_IDENTIFICATION=C] FAILEDencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding is NULL or invalid [C]... using en_USencoding 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] ** NUTS.. WE CRASHED Quit (core dumped) ------------------------------------------------------------- Here is the output of "ldconfig -v |grep libr-" : ------------------------------------------------------------- libr-mysql-1.2.0.so -> libr-mysql.so libr-1.2.0.so -> libr.so ------------------------------------------------------------- The files in the php extension directory are: ------------------------------------------------------------- librlib-1.2.0.so librlib.la librlib.so ------------------------------------------------------------- And I have the correct extension directory identified in the php.ini file using the extension_dir directive. The problem is that libr-mysql.so cannot be found, but it is in the ld library path. Also, the c example compiled and worked without a hitch. What am I doing wrong? Also, how can I get rid of the encoding warnings so that I won't muck up my error_log? Any help would be greatly appreciated. Thanks in Advance. David |