From: Roddy G. P. S. <rp...@gm...> - 2005-02-26 03:27:38
|
I have the same problem on a linux box rh9, but using ldconfig, and adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that message again, the graphics is function ok like the formats html, pdf and cvs but; when the datasource is mysql dont: [root@eureka-sg rlib]# php rlib.php Setting locale to [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED Abandona (core dumped) |
From: Bob D. <bd...@si...> - 2005-02-26 12:50:02
|
Hi, On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 - bob On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > I have the same problem on a linux box rh9, but using ldconfig, and > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > message again, the graphics is function ok like the formats html, pdf > and cvs but; when the datasource is mysql dont: > > [root@eureka-sg rlib]# php rlib.php > Setting locale to > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > Abandona (core dumped) > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-02-27 00:52:46
|
Thanks Bob, check this please : rlib-1.3.1: prefix: /usr compiler: gcc Memory debugging: no Warning Fun: no Crash detection: yes UTF8 disabled: yes INPUTS: MYSQL: yes POSTGRE: yes ODBC: yes OUTPUTS: PDF: yes HTML: Always CSV: Always TEXT: Always GRAPHING: PDF: yes HTML: no BINDINGS: PHP: yes PHP entension dir: /usr/lib/php4 PYTHON: no PYTHON version: 2.2 PYTHON entension dir: JAVA: no PERL: no PERL entension dir: Music: Snow Patrol Having Problems: rli...@li... Want to contribute: rli...@li... i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt when i use the mysql connection like datasource, can you send to me the installation tips for rh9. i try with python 2.3 too, nothing is diferent when i use dl("libr-mysql.so") just for try another solution the systems says "this may not be a php library" , why mysql datasource is not funtioning?. i use rlib 1.3.1 Thanks Roddy On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > Hi, > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > - bob > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > I have the same problem on a linux box rh9, but using ldconfig, and > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > message again, the graphics is function ok like the formats html, pdf > > and cvs but; when the datasource is mysql dont: > > > > [root@eureka-sg rlib]# php rlib.php > > Setting locale to > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > Abandona (core dumped) > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > -- > Bob Doan <bd...@si...> > > |
From: Bob D. <bd...@si...> - 2005-02-27 01:10:12
|
Hi, Can you run this for me? mysql_config --version On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > Thanks Bob, check this please : > rlib-1.3.1: > > prefix: /usr > compiler: gcc > Memory debugging: no > Warning Fun: no > Crash detection: yes > UTF8 disabled: yes > > INPUTS: > MYSQL: yes > POSTGRE: yes > ODBC: yes > > OUTPUTS: > PDF: yes > HTML: Always > CSV: Always > TEXT: Always > > GRAPHING: > PDF: yes > HTML: no > > BINDINGS: > PHP: yes > PHP entension dir: /usr/lib/php4 > PYTHON: no > PYTHON version: 2.2 > PYTHON entension dir: > JAVA: no > PERL: no > PERL entension dir: > > Music: Snow Patrol > > Having Problems: rli...@li... > Want to contribute: rli...@li... > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > when i use the mysql connection like datasource, can you send to me > the installation tips for rh9. > i try with python 2.3 too, nothing is diferent when i use > dl("libr-mysql.so") just for try another solution the systems says > "this may not be a php library" , why mysql datasource is not > funtioning?. i use rlib 1.3.1 > > Thanks > Roddy > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > Hi, > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > - bob > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > message again, the graphics is function ok like the formats html, pdf > > > and cvs but; when the datasource is mysql dont: > > > > > > [root@eureka-sg rlib]# php rlib.php > > > Setting locale to > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > Abandona (core dumped) > > > > > > > > > ------------------------------------------------------- > > > SF email is sponsored by - The IT Product Guide > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > Discover which products truly live up to the hype. Start reading now. > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > _______________________________________________ > > > Rlib-users mailing list > > > Rli...@li... > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > -- > > Bob Doan <bd...@si...> > > > > -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-02-27 01:51:07
|
Hi Bob, here is it: [root@eureka-sg lib]# mysql_config --version 4.1.7 [root@eureka-sg lib]# -roddy On Sat, 26 Feb 2005 20:10:02 -0500, Bob Doan <bd...@si...> wrote: > Hi, > > Can you run this for me? > > mysql_config --version > > On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > > Thanks Bob, check this please : > > rlib-1.3.1: > > > > prefix: /usr > > compiler: gcc > > Memory debugging: no > > Warning Fun: no > > Crash detection: yes > > UTF8 disabled: yes > > > > INPUTS: > > MYSQL: yes > > POSTGRE: yes > > ODBC: yes > > > > OUTPUTS: > > PDF: yes > > HTML: Always > > CSV: Always > > TEXT: Always > > > > GRAPHING: > > PDF: yes > > HTML: no > > > > BINDINGS: > > PHP: yes > > PHP entension dir: /usr/lib/php4 > > PYTHON: no > > PYTHON version: 2.2 > > PYTHON entension dir: > > JAVA: no > > PERL: no > > PERL entension dir: > > > > Music: Snow Patrol > > > > Having Problems: rli...@li... > > Want to contribute: rli...@li... > > > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > > when i use the mysql connection like datasource, can you send to me > > the installation tips for rh9. > > i try with python 2.3 too, nothing is diferent when i use > > dl("libr-mysql.so") just for try another solution the systems says > > "this may not be a php library" , why mysql datasource is not > > funtioning?. i use rlib 1.3.1 > > > > Thanks > > Roddy > > > > > > > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > > Hi, > > > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > > > - bob > > > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > > message again, the graphics is function ok like the formats html, pdf > > > > and cvs but; when the datasource is mysql dont: > > > > > > > > [root@eureka-sg rlib]# php rlib.php > > > > Setting locale to > > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > > Abandona (core dumped) > > > > > > > > > > > > ------------------------------------------------------- > > > > SF email is sponsored by - The IT Product Guide > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > Discover which products truly live up to the hype. Start reading now. > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > _______________________________________________ > > > > Rlib-users mailing list > > > > Rli...@li... > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > -- > > > Bob Doan <bd...@si...> > > > > > > > -- > Bob Doan <bd...@si...> > > |
From: Bob D. <bd...@si...> - 2005-02-27 12:04:41
|
Hym... Most odd Can you run your test from the command line: So: php some_file_name.php We'll expect a crash.. and a core.xxxxx Then gdb /usr/bin/php core.xxxxxx Then @ the gdb command prompt type: bt and send me the output thanks! - bob On Sat, 2005-02-26 at 20:50 -0500, Roddy G. Posada Santos wrote: > Hi Bob, here is it: > > [root@eureka-sg lib]# mysql_config --version > 4.1.7 > [root@eureka-sg lib]# > > -roddy > > > On Sat, 26 Feb 2005 20:10:02 -0500, Bob Doan <bd...@si...> wrote: > > Hi, > > > > Can you run this for me? > > > > mysql_config --version > > > > On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > > > Thanks Bob, check this please : > > > rlib-1.3.1: > > > > > > prefix: /usr > > > compiler: gcc > > > Memory debugging: no > > > Warning Fun: no > > > Crash detection: yes > > > UTF8 disabled: yes > > > > > > INPUTS: > > > MYSQL: yes > > > POSTGRE: yes > > > ODBC: yes > > > > > > OUTPUTS: > > > PDF: yes > > > HTML: Always > > > CSV: Always > > > TEXT: Always > > > > > > GRAPHING: > > > PDF: yes > > > HTML: no > > > > > > BINDINGS: > > > PHP: yes > > > PHP entension dir: /usr/lib/php4 > > > PYTHON: no > > > PYTHON version: 2.2 > > > PYTHON entension dir: > > > JAVA: no > > > PERL: no > > > PERL entension dir: > > > > > > Music: Snow Patrol > > > > > > Having Problems: rli...@li... > > > Want to contribute: rli...@li... > > > > > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > > > when i use the mysql connection like datasource, can you send to me > > > the installation tips for rh9. > > > i try with python 2.3 too, nothing is diferent when i use > > > dl("libr-mysql.so") just for try another solution the systems says > > > "this may not be a php library" , why mysql datasource is not > > > funtioning?. i use rlib 1.3.1 > > > > > > Thanks > > > Roddy > > > > > > > > > > > > > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > > > Hi, > > > > > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > > > > > - bob > > > > > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > > > message again, the graphics is function ok like the formats html, pdf > > > > > and cvs but; when the datasource is mysql dont: > > > > > > > > > > [root@eureka-sg rlib]# php rlib.php > > > > > Setting locale to > > > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > > > Abandona (core dumped) > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > SF email is sponsored by - The IT Product Guide > > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > > Discover which products truly live up to the hype. Start reading now. > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > _______________________________________________ > > > > > Rlib-users mailing list > > > > > Rli...@li... > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > -- > > > > Bob Doan <bd...@si...> > > > > > > > > > > -- > > Bob Doan <bd...@si...> > > > > -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-02-28 02:31:57
|
Hey Bob, i hope that this thing will be... [root@eureka-sg rlib]# gdb /usr/bin/php core.29659 > file [root@eureka-sg rlib]# cat file GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-redhat-linux-gnu"... (no debugging symbols found)... Core was generated by `php rlib.php'. Program terminated with signal 3, Quit. Reading symbols from /usr/lib/libexpat.so.0...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libexpat.so.0 Reading symbols from /usr/lib/libpspell.so.4...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libpspell.so.4 Reading symbols from /usr/lib/libltdl.so.3...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libltdl.so.3 Reading symbols from /usr/lib/libpspell-modules.so.1... (no debugging symbols found)...done. Loaded symbols for /usr/lib/libpspell-modules.so.1 Reading symbols from /usr/lib/libstdc++.so.5...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libstdc++.so.5 Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done. Loaded symbols for /lib/tls/libc.so.6 Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. Loaded symbols for /lib/libgcc_s.so.1 Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libncurses.so.5 Reading symbols from /lib/libpam.so.0...(no debugging symbols found)...done. Loaded symbols for /lib/libpam.so.0 Reading symbols from /usr/lib/libgmp.so.3...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libgmp.so.3 Reading symbols from /usr/lib/libgd.so.1.8...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libgd.so.1.8 Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols found)... done. Loaded symbols for /usr/lib/libxml2.so.2 Reading symbols from /lib/libdb-4.0.so...done. Loaded symbols for /lib/libdb-4.0.so Reading symbols from /usr/lib/libgdbm.so.2...done. Loaded symbols for /usr/lib/libgdbm.so.2 Reading symbols from /usr/kerberos/lib/libcom_err.so.3...done. Loaded symbols for /usr/kerberos/lib/libcom_err.so.3 Reading symbols from /usr/kerberos/lib/libk5crypto.so.3...done. Loaded symbols for /usr/kerberos/lib/libk5crypto.so.3 Reading symbols from /usr/kerberos/lib/libkrb5.so.3...done. Loaded symbols for /usr/kerberos/lib/libkrb5.so.3 Reading symbols from /usr/kerberos/lib/libgssapi_krb5.so.2...done. Loaded symbols for /usr/kerberos/lib/libgssapi_krb5.so.2 Reading symbols from /usr/lib/libcurl.so.2...done. Loaded symbols for /usr/lib/libcurl.so.2 Reading symbols from /usr/lib/libbz2.so.1...done. Loaded symbols for /usr/lib/libbz2.so.1 Reading symbols from /lib/libssl.so.4...done. Loaded symbols for /lib/libssl.so.4 Reading symbols from /lib/libcrypto.so.4...done. Loaded symbols for /lib/libcrypto.so.4 Reading symbols from /usr/lib/libttf.so.2...done. Loaded symbols for /usr/lib/libttf.so.2 Reading symbols from /lib/tls/libm.so.6...done. Loaded symbols for /lib/tls/libm.so.6 Reading symbols from /usr/lib/libfreetype.so.6...done. Loaded symbols for /usr/lib/libfreetype.so.6 Reading symbols from /usr/lib/libpng12.so.0...done. Loaded symbols for /usr/lib/libpng12.so.0 Reading symbols from /usr/lib/libjpeg.so.62...done. Loaded symbols for /usr/lib/libjpeg.so.62 Reading symbols from /usr/lib/libz.so.1...done. Loaded symbols for /usr/lib/libz.so.1 Reading symbols from /lib/libnsl.so.1...done. Loaded symbols for /lib/libnsl.so.1 Reading symbols from /lib/libresolv.so.2...done. Loaded symbols for /lib/libresolv.so.2 Reading symbols from /lib/libcrypt.so.1...done. Loaded symbols for /lib/libcrypt.so.1 Reading symbols from /lib/libdl.so.2...done. Loaded symbols for /lib/libdl.so.2 Reading symbols from /lib/ld-linux.so.2...done. Loaded symbols for /lib/ld-linux.so.2 Reading symbols from /lib/tls/libpthread.so.0...done. Loaded symbols for /lib/tls/libpthread.so.0 Reading symbols from /lib/libnss_files.so.2...done. Loaded symbols for /lib/libnss_files.so.2 Reading symbols from /usr/local/Zend/lib/ZendExtensionManager.so...done. Loaded symbols for /usr/local/Zend/lib/ZendExtensionManager.so Reading symbols from /usr/lib/php4/imap.so...done. Loaded symbols for /usr/lib/php4/imap.so Reading symbols from /usr/lib/php4/ldap.so...done. Loaded symbols for /usr/lib/php4/ldap.so Reading symbols from /usr/lib/libldap.so.2...done. Loaded symbols for /usr/lib/libldap.so.2 Reading symbols from /usr/lib/liblber.so.2...done. Loaded symbols for /usr/lib/liblber.so.2 Reading symbols from /usr/lib/libsasl.so.7...done. Loaded symbols for /usr/lib/libsasl.so.7 Reading symbols from /usr/lib/php4/mysql.so...done. Loaded symbols for /usr/lib/php4/mysql.so Reading symbols from /usr/lib/libmysqlclient.so.10...done. Loaded symbols for /usr/lib/libmysqlclient.so.10 Reading symbols from /lib/libnss_dns.so.2...done. Loaded symbols for /lib/libnss_dns.so.2 Reading symbols from /usr/lib/php4/snmp.so...done. Loaded symbols for /usr/lib/php4/snmp.so Reading symbols from /usr/lib/libsnmp.so.5...done. Loaded symbols for /usr/lib/libsnmp.so.5 Reading symbols from /usr/lib/php4/pgsql.so...done. Loaded symbols for /usr/lib/php4/pgsql.so Reading symbols from /usr/lib/libpq.so.3...done. Loaded symbols for /usr/lib/libpq.so.3 Reading symbols from /usr/lib/php4/odbc.so...done. Loaded symbols for /usr/lib/php4/odbc.so Reading symbols from /usr/lib/libodbc.so.1...done. Loaded symbols for /usr/lib/libodbc.so.1 Reading symbols from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so...done. Loaded symbols for /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so Reading symbols from /usr/lib/php4/librlib.so...done. Loaded symbols for /usr/lib/php4/librlib.so Reading symbols from /usr/local/lib/libr-1.3.1.so...done. Loaded symbols for /usr/local/lib/libr-1.3.1.so Reading symbols from /usr/lib/libgmodule-2.0.so.0...done. Loaded symbols for /usr/lib/libgmodule-2.0.so.0 Reading symbols from /usr/lib/libglib-2.0.so.0...done. Loaded symbols for /usr/lib/libglib-2.0.so.0 Reading symbols from /usr/lib/libcpdf.so.2...done. Loaded symbols for /usr/lib/libcpdf.so.2 Reading symbols from /usr/local/lib/libr-mysql.so...done. Loaded symbols for /usr/local/lib/libr-mysql.so Reading symbols from /usr/lib/gconv/ISO8859-1.so...done. Loaded symbols for /usr/lib/gconv/ISO8859-1.so #0 0xffffe002 in ?? () (gdb) (gdb) (gdb) (gdb) bt #0 0xffffe002 in ?? () #1 <signal handler called> #2 0x08140726 in zend_fetch_resource () #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, this_ptr=0x0, return_value_used=0) at php.c:507 #4 0x40b73997 in get_module () from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so #5 0x40b7e132 in zend_oe () from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so #6 0x080705ea in php_execute_script () #7 0x0806d648 in main () #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 (gdb) #0 0xffffe002 in ?? () #1 <signal handler called> #2 0x08140726 in zend_fetch_resource () #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, this_ptr=0x0, return_value_used=0) at php.c:507 #4 0x40b73997 in get_module () from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so #5 0x40b7e132 in zend_oe () from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so #6 0x080705ea in php_execute_script () #7 0x0806d648 in main () #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 (gdb) q [root@eureka-sg rlib]# ls -l Thanks to you! - roddy On Sun, 27 Feb 2005 07:04:31 -0500, Bob Doan <bd...@si...> wrote: > Hym... Most odd > > Can you run your test from the command line: > > So: php some_file_name.php > > We'll expect a crash.. and a core.xxxxx > > Then gdb /usr/bin/php core.xxxxxx > > Then @ the gdb command prompt type: bt > > and send me the output > > thanks! > > - bob > > On Sat, 2005-02-26 at 20:50 -0500, Roddy G. Posada Santos wrote: > > Hi Bob, here is it: > > > > [root@eureka-sg lib]# mysql_config --version > > 4.1.7 > > [root@eureka-sg lib]# > > > > -roddy > > > > > > On Sat, 26 Feb 2005 20:10:02 -0500, Bob Doan <bd...@si...> wrote: > > > Hi, > > > > > > Can you run this for me? > > > > > > mysql_config --version > > > > > > On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > > > > Thanks Bob, check this please : > > > > rlib-1.3.1: > > > > > > > > prefix: /usr > > > > compiler: gcc > > > > Memory debugging: no > > > > Warning Fun: no > > > > Crash detection: yes > > > > UTF8 disabled: yes > > > > > > > > INPUTS: > > > > MYSQL: yes > > > > POSTGRE: yes > > > > ODBC: yes > > > > > > > > OUTPUTS: > > > > PDF: yes > > > > HTML: Always > > > > CSV: Always > > > > TEXT: Always > > > > > > > > GRAPHING: > > > > PDF: yes > > > > HTML: no > > > > > > > > BINDINGS: > > > > PHP: yes > > > > PHP entension dir: /usr/lib/php4 > > > > PYTHON: no > > > > PYTHON version: 2.2 > > > > PYTHON entension dir: > > > > JAVA: no > > > > PERL: no > > > > PERL entension dir: > > > > > > > > Music: Snow Patrol > > > > > > > > Having Problems: rli...@li... > > > > Want to contribute: rli...@li... > > > > > > > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > > > > when i use the mysql connection like datasource, can you send to me > > > > the installation tips for rh9. > > > > i try with python 2.3 too, nothing is diferent when i use > > > > dl("libr-mysql.so") just for try another solution the systems says > > > > "this may not be a php library" , why mysql datasource is not > > > > funtioning?. i use rlib 1.3.1 > > > > > > > > Thanks > > > > Roddy > > > > > > > > > > > > > > > > > > > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > > > > Hi, > > > > > > > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > > > > > > > - bob > > > > > > > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > > > > message again, the graphics is function ok like the formats html, pdf > > > > > > and cvs but; when the datasource is mysql dont: > > > > > > > > > > > > [root@eureka-sg rlib]# php rlib.php > > > > > > Setting locale to > > > > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > > > > Abandona (core dumped) > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > SF email is sponsored by - The IT Product Guide > > > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > > > Discover which products truly live up to the hype. Start reading now. > > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > > _______________________________________________ > > > > > > Rlib-users mailing list > > > > > > Rli...@li... > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > -- > > > > > Bob Doan <bd...@si...> > > > > > > > > > > > > > -- > > > Bob Doan <bd...@si...> > > > > > > > -- > Bob Doan <bd...@si...> > > |
From: Bob D. <bd...@si...> - 2005-02-28 02:37:24
|
Yikes! You found a bug.. It's the "rlib_version" function call.. it's doing nasty things w/ php.. I'll fix this up tomorrow.. for now just don't call rlib_version in PHP - bob On Sun, 2005-02-27 at 21:31 -0500, Roddy G. Posada Santos wrote: > Hey Bob, i hope that this thing will be... > > [root@eureka-sg rlib]# gdb /usr/bin/php core.29659 > file > [root@eureka-sg rlib]# cat file > GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) > Copyright 2003 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you are > welcome to change it and/or distribute copies of it under certain conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for details. > This GDB was configured as "i386-redhat-linux-gnu"... > (no debugging symbols found)... > Core was generated by `php rlib.php'. > Program terminated with signal 3, Quit. > Reading symbols from /usr/lib/libexpat.so.0...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libexpat.so.0 > Reading symbols from /usr/lib/libpspell.so.4...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libpspell.so.4 > Reading symbols from /usr/lib/libltdl.so.3...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libltdl.so.3 > Reading symbols from /usr/lib/libpspell-modules.so.1... > (no debugging symbols found)...done. > Loaded symbols for /usr/lib/libpspell-modules.so.1 > Reading symbols from /usr/lib/libstdc++.so.5...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libstdc++.so.5 > Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done. > Loaded symbols for /lib/tls/libc.so.6 > Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. > Loaded symbols for /lib/libgcc_s.so.1 > Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libncurses.so.5 > Reading symbols from /lib/libpam.so.0...(no debugging symbols found)...done. > Loaded symbols for /lib/libpam.so.0 > Reading symbols from /usr/lib/libgmp.so.3...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libgmp.so.3 > Reading symbols from /usr/lib/libgd.so.1.8...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libgd.so.1.8 > Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols found)... > done. > Loaded symbols for /usr/lib/libxml2.so.2 > Reading symbols from /lib/libdb-4.0.so...done. > Loaded symbols for /lib/libdb-4.0.so > Reading symbols from /usr/lib/libgdbm.so.2...done. > Loaded symbols for /usr/lib/libgdbm.so.2 > Reading symbols from /usr/kerberos/lib/libcom_err.so.3...done. > Loaded symbols for /usr/kerberos/lib/libcom_err.so.3 > Reading symbols from /usr/kerberos/lib/libk5crypto.so.3...done. > Loaded symbols for /usr/kerberos/lib/libk5crypto.so.3 > Reading symbols from /usr/kerberos/lib/libkrb5.so.3...done. > Loaded symbols for /usr/kerberos/lib/libkrb5.so.3 > Reading symbols from /usr/kerberos/lib/libgssapi_krb5.so.2...done. > Loaded symbols for /usr/kerberos/lib/libgssapi_krb5.so.2 > Reading symbols from /usr/lib/libcurl.so.2...done. > Loaded symbols for /usr/lib/libcurl.so.2 > Reading symbols from /usr/lib/libbz2.so.1...done. > Loaded symbols for /usr/lib/libbz2.so.1 > Reading symbols from /lib/libssl.so.4...done. > Loaded symbols for /lib/libssl.so.4 > Reading symbols from /lib/libcrypto.so.4...done. > Loaded symbols for /lib/libcrypto.so.4 > Reading symbols from /usr/lib/libttf.so.2...done. > Loaded symbols for /usr/lib/libttf.so.2 > Reading symbols from /lib/tls/libm.so.6...done. > Loaded symbols for /lib/tls/libm.so.6 > Reading symbols from /usr/lib/libfreetype.so.6...done. > Loaded symbols for /usr/lib/libfreetype.so.6 > Reading symbols from /usr/lib/libpng12.so.0...done. > Loaded symbols for /usr/lib/libpng12.so.0 > Reading symbols from /usr/lib/libjpeg.so.62...done. > Loaded symbols for /usr/lib/libjpeg.so.62 > Reading symbols from /usr/lib/libz.so.1...done. > Loaded symbols for /usr/lib/libz.so.1 > Reading symbols from /lib/libnsl.so.1...done. > Loaded symbols for /lib/libnsl.so.1 > Reading symbols from /lib/libresolv.so.2...done. > Loaded symbols for /lib/libresolv.so.2 > Reading symbols from /lib/libcrypt.so.1...done. > Loaded symbols for /lib/libcrypt.so.1 > Reading symbols from /lib/libdl.so.2...done. > Loaded symbols for /lib/libdl.so.2 > Reading symbols from /lib/ld-linux.so.2...done. > Loaded symbols for /lib/ld-linux.so.2 > Reading symbols from /lib/tls/libpthread.so.0...done. > Loaded symbols for /lib/tls/libpthread.so.0 > Reading symbols from /lib/libnss_files.so.2...done. > Loaded symbols for /lib/libnss_files.so.2 > Reading symbols from /usr/local/Zend/lib/ZendExtensionManager.so...done. > Loaded symbols for /usr/local/Zend/lib/ZendExtensionManager.so > Reading symbols from /usr/lib/php4/imap.so...done. > Loaded symbols for /usr/lib/php4/imap.so > Reading symbols from /usr/lib/php4/ldap.so...done. > Loaded symbols for /usr/lib/php4/ldap.so > Reading symbols from /usr/lib/libldap.so.2...done. > Loaded symbols for /usr/lib/libldap.so.2 > Reading symbols from /usr/lib/liblber.so.2...done. > Loaded symbols for /usr/lib/liblber.so.2 > Reading symbols from /usr/lib/libsasl.so.7...done. > Loaded symbols for /usr/lib/libsasl.so.7 > Reading symbols from /usr/lib/php4/mysql.so...done. > Loaded symbols for /usr/lib/php4/mysql.so > Reading symbols from /usr/lib/libmysqlclient.so.10...done. > Loaded symbols for /usr/lib/libmysqlclient.so.10 > Reading symbols from /lib/libnss_dns.so.2...done. > Loaded symbols for /lib/libnss_dns.so.2 > Reading symbols from /usr/lib/php4/snmp.so...done. > Loaded symbols for /usr/lib/php4/snmp.so > Reading symbols from /usr/lib/libsnmp.so.5...done. > Loaded symbols for /usr/lib/libsnmp.so.5 > Reading symbols from /usr/lib/php4/pgsql.so...done. > Loaded symbols for /usr/lib/php4/pgsql.so > Reading symbols from /usr/lib/libpq.so.3...done. > Loaded symbols for /usr/lib/libpq.so.3 > Reading symbols from /usr/lib/php4/odbc.so...done. > Loaded symbols for /usr/lib/php4/odbc.so > Reading symbols from /usr/lib/libodbc.so.1...done. > Loaded symbols for /usr/lib/libodbc.so.1 > Reading symbols from > /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so...done. > Loaded symbols for > /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > Reading symbols from /usr/lib/php4/librlib.so...done. > Loaded symbols for /usr/lib/php4/librlib.so > Reading symbols from /usr/local/lib/libr-1.3.1.so...done. > Loaded symbols for /usr/local/lib/libr-1.3.1.so > Reading symbols from /usr/lib/libgmodule-2.0.so.0...done. > Loaded symbols for /usr/lib/libgmodule-2.0.so.0 > Reading symbols from /usr/lib/libglib-2.0.so.0...done. > Loaded symbols for /usr/lib/libglib-2.0.so.0 > Reading symbols from /usr/lib/libcpdf.so.2...done. > Loaded symbols for /usr/lib/libcpdf.so.2 > Reading symbols from /usr/local/lib/libr-mysql.so...done. > Loaded symbols for /usr/local/lib/libr-mysql.so > Reading symbols from /usr/lib/gconv/ISO8859-1.so...done. > Loaded symbols for /usr/lib/gconv/ISO8859-1.so > #0 0xffffe002 in ?? () > (gdb) > (gdb) > (gdb) > (gdb) bt > #0 0xffffe002 in ?? () > #1 <signal handler called> > #2 0x08140726 in zend_fetch_resource () > #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, > this_ptr=0x0, return_value_used=0) at php.c:507 > #4 0x40b73997 in get_module () > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > #5 0x40b7e132 in zend_oe () > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > #6 0x080705ea in php_execute_script () > #7 0x0806d648 in main () > #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 > (gdb) > #0 0xffffe002 in ?? () > #1 <signal handler called> > #2 0x08140726 in zend_fetch_resource () > #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, > this_ptr=0x0, return_value_used=0) at php.c:507 > #4 0x40b73997 in get_module () > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > #5 0x40b7e132 in zend_oe () > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > #6 0x080705ea in php_execute_script () > #7 0x0806d648 in main () > #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 > (gdb) q > [root@eureka-sg rlib]# ls -l > Thanks to you! > > - roddy > > On Sun, 27 Feb 2005 07:04:31 -0500, Bob Doan <bd...@si...> wrote: > > Hym... Most odd > > > > Can you run your test from the command line: > > > > So: php some_file_name.php > > > > We'll expect a crash.. and a core.xxxxx > > > > Then gdb /usr/bin/php core.xxxxxx > > > > Then @ the gdb command prompt type: bt > > > > and send me the output > > > > thanks! > > > > - bob > > > > On Sat, 2005-02-26 at 20:50 -0500, Roddy G. Posada Santos wrote: > > > Hi Bob, here is it: > > > > > > [root@eureka-sg lib]# mysql_config --version > > > 4.1.7 > > > [root@eureka-sg lib]# > > > > > > -roddy > > > > > > > > > On Sat, 26 Feb 2005 20:10:02 -0500, Bob Doan <bd...@si...> wrote: > > > > Hi, > > > > > > > > Can you run this for me? > > > > > > > > mysql_config --version > > > > > > > > On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > > > > > Thanks Bob, check this please : > > > > > rlib-1.3.1: > > > > > > > > > > prefix: /usr > > > > > compiler: gcc > > > > > Memory debugging: no > > > > > Warning Fun: no > > > > > Crash detection: yes > > > > > UTF8 disabled: yes > > > > > > > > > > INPUTS: > > > > > MYSQL: yes > > > > > POSTGRE: yes > > > > > ODBC: yes > > > > > > > > > > OUTPUTS: > > > > > PDF: yes > > > > > HTML: Always > > > > > CSV: Always > > > > > TEXT: Always > > > > > > > > > > GRAPHING: > > > > > PDF: yes > > > > > HTML: no > > > > > > > > > > BINDINGS: > > > > > PHP: yes > > > > > PHP entension dir: /usr/lib/php4 > > > > > PYTHON: no > > > > > PYTHON version: 2.2 > > > > > PYTHON entension dir: > > > > > JAVA: no > > > > > PERL: no > > > > > PERL entension dir: > > > > > > > > > > Music: Snow Patrol > > > > > > > > > > Having Problems: rli...@li... > > > > > Want to contribute: rli...@li... > > > > > > > > > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > > > > > when i use the mysql connection like datasource, can you send to me > > > > > the installation tips for rh9. > > > > > i try with python 2.3 too, nothing is diferent when i use > > > > > dl("libr-mysql.so") just for try another solution the systems says > > > > > "this may not be a php library" , why mysql datasource is not > > > > > funtioning?. i use rlib 1.3.1 > > > > > > > > > > Thanks > > > > > Roddy > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > > > > > Hi, > > > > > > > > > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > > > > > > > > > - bob > > > > > > > > > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > > > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > > > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > > > > > message again, the graphics is function ok like the formats html, pdf > > > > > > > and cvs but; when the datasource is mysql dont: > > > > > > > > > > > > > > [root@eureka-sg rlib]# php rlib.php > > > > > > > Setting locale to > > > > > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > > > > > Abandona (core dumped) > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > SF email is sponsored by - The IT Product Guide > > > > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > > > > Discover which products truly live up to the hype. Start reading now. > > > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > > > _______________________________________________ > > > > > > > Rlib-users mailing list > > > > > > > Rli...@li... > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > -- > > > > > > Bob Doan <bd...@si...> > > > > > > > > > > > > > > > > -- > > > > Bob Doan <bd...@si...> > > > > > > > > > > -- > > Bob Doan <bd...@si...> > > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Rlib-users mailing list > Rli...@li... > https://lists.sourceforge.net/lists/listinfo/rlib-users -- Bob Doan <bd...@si...> |
From: Roddy G. P. S. <rp...@gm...> - 2005-02-28 03:13:28
|
Yeah man... i comment that line and that was all !!!! Thanks man, i will write a simple text with the implementation in rh9 because i had little problems that the people must know to use the software...ok? - roddy On Sun, 27 Feb 2005 21:37:15 -0500, Bob Doan <bd...@si...> wrote: > Yikes! > > You found a bug.. It's the "rlib_version" function call.. it's doing > nasty things w/ php.. I'll fix this up tomorrow.. for now just don't > call rlib_version in PHP > > - bob > > On Sun, 2005-02-27 at 21:31 -0500, Roddy G. Posada Santos wrote: > > Hey Bob, i hope that this thing will be... > > > > [root@eureka-sg rlib]# gdb /usr/bin/php core.29659 > file > > [root@eureka-sg rlib]# cat file > > GNU gdb Red Hat Linux (5.3post-0.20021129.18rh) > > Copyright 2003 Free Software Foundation, Inc. > > GDB is free software, covered by the GNU General Public License, and you are > > welcome to change it and/or distribute copies of it under certain conditions. > > Type "show copying" to see the conditions. > > There is absolutely no warranty for GDB. Type "show warranty" for details. > > This GDB was configured as "i386-redhat-linux-gnu"... > > (no debugging symbols found)... > > Core was generated by `php rlib.php'. > > Program terminated with signal 3, Quit. > > Reading symbols from /usr/lib/libexpat.so.0...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libexpat.so.0 > > Reading symbols from /usr/lib/libpspell.so.4...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libpspell.so.4 > > Reading symbols from /usr/lib/libltdl.so.3...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libltdl.so.3 > > Reading symbols from /usr/lib/libpspell-modules.so.1... > > (no debugging symbols found)...done. > > Loaded symbols for /usr/lib/libpspell-modules.so.1 > > Reading symbols from /usr/lib/libstdc++.so.5...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libstdc++.so.5 > > Reading symbols from /lib/tls/libc.so.6...(no debugging symbols found)...done. > > Loaded symbols for /lib/tls/libc.so.6 > > Reading symbols from /lib/libgcc_s.so.1...(no debugging symbols found)...done. > > Loaded symbols for /lib/libgcc_s.so.1 > > Reading symbols from /usr/lib/libncurses.so.5...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libncurses.so.5 > > Reading symbols from /lib/libpam.so.0...(no debugging symbols found)...done. > > Loaded symbols for /lib/libpam.so.0 > > Reading symbols from /usr/lib/libgmp.so.3...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libgmp.so.3 > > Reading symbols from /usr/lib/libgd.so.1.8...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libgd.so.1.8 > > Reading symbols from /usr/lib/libxml2.so.2...(no debugging symbols found)... > > done. > > Loaded symbols for /usr/lib/libxml2.so.2 > > Reading symbols from /lib/libdb-4.0.so...done. > > Loaded symbols for /lib/libdb-4.0.so > > Reading symbols from /usr/lib/libgdbm.so.2...done. > > Loaded symbols for /usr/lib/libgdbm.so.2 > > Reading symbols from /usr/kerberos/lib/libcom_err.so.3...done. > > Loaded symbols for /usr/kerberos/lib/libcom_err.so.3 > > Reading symbols from /usr/kerberos/lib/libk5crypto.so.3...done. > > Loaded symbols for /usr/kerberos/lib/libk5crypto.so.3 > > Reading symbols from /usr/kerberos/lib/libkrb5.so.3...done. > > Loaded symbols for /usr/kerberos/lib/libkrb5.so.3 > > Reading symbols from /usr/kerberos/lib/libgssapi_krb5.so.2...done. > > Loaded symbols for /usr/kerberos/lib/libgssapi_krb5.so.2 > > Reading symbols from /usr/lib/libcurl.so.2...done. > > Loaded symbols for /usr/lib/libcurl.so.2 > > Reading symbols from /usr/lib/libbz2.so.1...done. > > Loaded symbols for /usr/lib/libbz2.so.1 > > Reading symbols from /lib/libssl.so.4...done. > > Loaded symbols for /lib/libssl.so.4 > > Reading symbols from /lib/libcrypto.so.4...done. > > Loaded symbols for /lib/libcrypto.so.4 > > Reading symbols from /usr/lib/libttf.so.2...done. > > Loaded symbols for /usr/lib/libttf.so.2 > > Reading symbols from /lib/tls/libm.so.6...done. > > Loaded symbols for /lib/tls/libm.so.6 > > Reading symbols from /usr/lib/libfreetype.so.6...done. > > Loaded symbols for /usr/lib/libfreetype.so.6 > > Reading symbols from /usr/lib/libpng12.so.0...done. > > Loaded symbols for /usr/lib/libpng12.so.0 > > Reading symbols from /usr/lib/libjpeg.so.62...done. > > Loaded symbols for /usr/lib/libjpeg.so.62 > > Reading symbols from /usr/lib/libz.so.1...done. > > Loaded symbols for /usr/lib/libz.so.1 > > Reading symbols from /lib/libnsl.so.1...done. > > Loaded symbols for /lib/libnsl.so.1 > > Reading symbols from /lib/libresolv.so.2...done. > > Loaded symbols for /lib/libresolv.so.2 > > Reading symbols from /lib/libcrypt.so.1...done. > > Loaded symbols for /lib/libcrypt.so.1 > > Reading symbols from /lib/libdl.so.2...done. > > Loaded symbols for /lib/libdl.so.2 > > Reading symbols from /lib/ld-linux.so.2...done. > > Loaded symbols for /lib/ld-linux.so.2 > > Reading symbols from /lib/tls/libpthread.so.0...done. > > Loaded symbols for /lib/tls/libpthread.so.0 > > Reading symbols from /lib/libnss_files.so.2...done. > > Loaded symbols for /lib/libnss_files.so.2 > > Reading symbols from /usr/local/Zend/lib/ZendExtensionManager.so...done. > > Loaded symbols for /usr/local/Zend/lib/ZendExtensionManager.so > > Reading symbols from /usr/lib/php4/imap.so...done. > > Loaded symbols for /usr/lib/php4/imap.so > > Reading symbols from /usr/lib/php4/ldap.so...done. > > Loaded symbols for /usr/lib/php4/ldap.so > > Reading symbols from /usr/lib/libldap.so.2...done. > > Loaded symbols for /usr/lib/libldap.so.2 > > Reading symbols from /usr/lib/liblber.so.2...done. > > Loaded symbols for /usr/lib/liblber.so.2 > > Reading symbols from /usr/lib/libsasl.so.7...done. > > Loaded symbols for /usr/lib/libsasl.so.7 > > Reading symbols from /usr/lib/php4/mysql.so...done. > > Loaded symbols for /usr/lib/php4/mysql.so > > Reading symbols from /usr/lib/libmysqlclient.so.10...done. > > Loaded symbols for /usr/lib/libmysqlclient.so.10 > > Reading symbols from /lib/libnss_dns.so.2...done. > > Loaded symbols for /lib/libnss_dns.so.2 > > Reading symbols from /usr/lib/php4/snmp.so...done. > > Loaded symbols for /usr/lib/php4/snmp.so > > Reading symbols from /usr/lib/libsnmp.so.5...done. > > Loaded symbols for /usr/lib/libsnmp.so.5 > > Reading symbols from /usr/lib/php4/pgsql.so...done. > > Loaded symbols for /usr/lib/php4/pgsql.so > > Reading symbols from /usr/lib/libpq.so.3...done. > > Loaded symbols for /usr/lib/libpq.so.3 > > Reading symbols from /usr/lib/php4/odbc.so...done. > > Loaded symbols for /usr/lib/php4/odbc.so > > Reading symbols from /usr/lib/libodbc.so.1...done. > > Loaded symbols for /usr/lib/libodbc.so.1 > > Reading symbols from > > /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so...done. > > Loaded symbols for > > /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > > Reading symbols from /usr/lib/php4/librlib.so...done. > > Loaded symbols for /usr/lib/php4/librlib.so > > Reading symbols from /usr/local/lib/libr-1.3.1.so...done. > > Loaded symbols for /usr/local/lib/libr-1.3.1.so > > Reading symbols from /usr/lib/libgmodule-2.0.so.0...done. > > Loaded symbols for /usr/lib/libgmodule-2.0.so.0 > > Reading symbols from /usr/lib/libglib-2.0.so.0...done. > > Loaded symbols for /usr/lib/libglib-2.0.so.0 > > Reading symbols from /usr/lib/libcpdf.so.2...done. > > Loaded symbols for /usr/lib/libcpdf.so.2 > > Reading symbols from /usr/local/lib/libr-mysql.so...done. > > Loaded symbols for /usr/local/lib/libr-mysql.so > > Reading symbols from /usr/lib/gconv/ISO8859-1.so...done. > > Loaded symbols for /usr/lib/gconv/ISO8859-1.so > > #0 0xffffe002 in ?? () > > (gdb) > > (gdb) > > (gdb) > > (gdb) bt > > #0 0xffffe002 in ?? () > > #1 <signal handler called> > > #2 0x08140726 in zend_fetch_resource () > > #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, > > this_ptr=0x0, return_value_used=0) at php.c:507 > > #4 0x40b73997 in get_module () > > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > > #5 0x40b7e132 in zend_oe () > > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > > #6 0x080705ea in php_execute_script () > > #7 0x0806d648 in main () > > #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 > > (gdb) > > #0 0xffffe002 in ?? () > > #1 <signal handler called> > > #2 0x08140726 in zend_fetch_resource () > > #3 0x409f7a26 in zif_rlib_version (ht=0, return_value=0x8257f9c, > > this_ptr=0x0, return_value_used=0) at php.c:507 > > #4 0x40b73997 in get_module () > > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > > #5 0x40b7e132 in zend_oe () > > from /usr/local/Zend/lib/Optimizer-2.5.7/php-4.2.x/ZendOptimizer.so > > #6 0x080705ea in php_execute_script () > > #7 0x0806d648 in main () > > #8 0x42015574 in __libc_start_main () from /lib/tls/libc.so.6 > > (gdb) q > > [root@eureka-sg rlib]# ls -l > > Thanks to you! > > > > - roddy > > > > On Sun, 27 Feb 2005 07:04:31 -0500, Bob Doan <bd...@si...> wrote: > > > Hym... Most odd > > > > > > Can you run your test from the command line: > > > > > > So: php some_file_name.php > > > > > > We'll expect a crash.. and a core.xxxxx > > > > > > Then gdb /usr/bin/php core.xxxxxx > > > > > > Then @ the gdb command prompt type: bt > > > > > > and send me the output > > > > > > thanks! > > > > > > - bob > > > > > > On Sat, 2005-02-26 at 20:50 -0500, Roddy G. Posada Santos wrote: > > > > Hi Bob, here is it: > > > > > > > > [root@eureka-sg lib]# mysql_config --version > > > > 4.1.7 > > > > [root@eureka-sg lib]# > > > > > > > > -roddy > > > > > > > > > > > > On Sat, 26 Feb 2005 20:10:02 -0500, Bob Doan <bd...@si...> wrote: > > > > > Hi, > > > > > > > > > > Can you run this for me? > > > > > > > > > > mysql_config --version > > > > > > > > > > On Sat, 2005-02-26 at 19:52 -0500, Roddy G. Posada Santos wrote: > > > > > > Thanks Bob, check this please : > > > > > > rlib-1.3.1: > > > > > > > > > > > > prefix: /usr > > > > > > compiler: gcc > > > > > > Memory debugging: no > > > > > > Warning Fun: no > > > > > > Crash detection: yes > > > > > > UTF8 disabled: yes > > > > > > > > > > > > INPUTS: > > > > > > MYSQL: yes > > > > > > POSTGRE: yes > > > > > > ODBC: yes > > > > > > > > > > > > OUTPUTS: > > > > > > PDF: yes > > > > > > HTML: Always > > > > > > CSV: Always > > > > > > TEXT: Always > > > > > > > > > > > > GRAPHING: > > > > > > PDF: yes > > > > > > HTML: no > > > > > > > > > > > > BINDINGS: > > > > > > PHP: yes > > > > > > PHP entension dir: /usr/lib/php4 > > > > > > PYTHON: no > > > > > > PYTHON version: 2.2 > > > > > > PYTHON entension dir: > > > > > > JAVA: no > > > > > > PERL: no > > > > > > PERL entension dir: > > > > > > > > > > > > Music: Snow Patrol > > > > > > > > > > > > Having Problems: rli...@li... > > > > > > Want to contribute: rli...@li... > > > > > > > > > > > > i have mysql 4.1, php 4.2.2 rh9, like i said evething is ok, execpt > > > > > > when i use the mysql connection like datasource, can you send to me > > > > > > the installation tips for rh9. > > > > > > i try with python 2.3 too, nothing is diferent when i use > > > > > > dl("libr-mysql.so") just for try another solution the systems says > > > > > > "this may not be a php library" , why mysql datasource is not > > > > > > funtioning?. i use rlib 1.3.1 > > > > > > > > > > > > Thanks > > > > > > Roddy > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Sat, 26 Feb 2005 07:49:49 -0500, Bob Doan <bd...@si...> wrote: > > > > > > > Hi, > > > > > > > > > > > > > > On RH9 configure RLIB w/ --prefix=/usr --disable-utf8 > > > > > > > > > > > > > > - bob > > > > > > > > > > > > > > On Fri, 2005-02-25 at 22:27 -0500, Roddy G. Posada Santos wrote: > > > > > > > > I have the same problem on a linux box rh9, but using ldconfig, and > > > > > > > > adding /usr/local/lib to the /etc/ld.so.conf , i dont receive that > > > > > > > > message again, the graphics is function ok like the formats html, pdf > > > > > > > > and cvs but; when the datasource is mysql dont: > > > > > > > > > > > > > > > > [root@eureka-sg rlib]# php rlib.php > > > > > > > > Setting locale to > > > > > > > > [LC_CTYPE=es_EC.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_USLocale set to: es_EC** NUTS.. WE CRASHED > > > > > > > > Abandona (core dumped) > > > > > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------- > > > > > > > > SF email is sponsored by - The IT Product Guide > > > > > > > > Read honest & candid reviews on hundreds of IT Products from real users. > > > > > > > > Discover which products truly live up to the hype. Start reading now. > > > > > > > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > > > > > > > _______________________________________________ > > > > > > > > Rlib-users mailing list > > > > > > > > Rli...@li... > > > > > > > > https://lists.sourceforge.net/lists/listinfo/rlib-users > > > > > > > -- > > > > > > > Bob Doan <bd...@si...> > > > > > > > > > > > > > > > > > > > -- > > > > > Bob Doan <bd...@si...> > > > > > > > > > > > > > -- > > > Bob Doan <bd...@si...> > > > > > > > > > > > > ------------------------------------------------------- > > SF email is sponsored by - The IT Product Guide > > Read honest & candid reviews on hundreds of IT Products from real users. > > Discover which products truly live up to the hype. Start reading now. > > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > > _______________________________________________ > > Rlib-users mailing list > > Rli...@li... > > https://lists.sourceforge.net/lists/listinfo/rlib-users > -- > Bob Doan <bd...@si...> > > |