From: Bob D. <bd...@si...> - 2005-01-20 16:43:33
|
How many "php-config"'s do you have on your system?? - bob On Wed, 2005-01-19 at 16:31 -0500, Michael McInally wrote: > Bob: > > You helped me to get Rlib running on a test machine, and I am now trying > to get it running on another machine. > > I have made it 99% through the install, and it is failing on > librlib.so. It does not seem to be finding the PHP extension or PHP > root directory. > > I went over all of the steps in our previous emails, but am unable to > resolve the problem myself. > > I installed PHP and PHP-devel 4.3.6 on this machine. > > I have mySQL and mySQL-devel on it as well. > > It is running Redhat 7.0. > > > php -f report_users.php > > Outputs: > > Warning: dl(): Unable to load dynamic library './librlib.so' - > ./librlib.so: cannot open shared object file: No such file or directory > in /home/volunteer/public_html/html/report_users.php on line 4 > > Fatal error: Call to undefined function: rlib_init() in > /home/volunteer/public_html/html/report_users.php on line 48 > > locate librlib.so > > Finds nothing... > > I also tried: > > ./configure --disable-utf8 > ./configure --prefix=/usr/local/lib/php --disable-utf8 > ./configure --prefix=/usr/lib/php --disable-utf8 > > None of them work... > > ./configure --prefix=/usr --disable-utf8 > > Outputs: > > rlib-1.3.0: > > prefix: /usr > compiler: gcc > Memory debugging: no > Warning Fun: no > Crash detection: yes > UTF8 disabled: yes > > INPUTS: > MYSQL: yes > POSTGRE: no > ODBC: no > > OUTPUTS: > PDF: yes > HTML: Always > CSV: Always > TEXT: Always > > BINDINGS: > PHP: yes > PHP entension dir: > /usr/local/lib/php/extensions/no-debug-non-zts-20020429 > PYTHON: no > PYTHON version: 2.2 > PYTHON entension dir: > JAVA: no > PERL: no > PERL entension dir: > > Music: Velvet Revolver > > Having Problems: rli...@li... > Want to contribute: rli...@li... > > > |