Re: [Cooker] mod_php-mysql bad

2000-08-30 Thread David R Newman

Chmouel Boudjnah wrote:

> I beleive we have to wait the return of the JMD jedi :-(

Who can now get straight to work on PHP 4.0.2 which has just been
released.

--
Dr. David R. Newman, Queen's University Belfast, School of
Management and Economics, Belfast BT7 1NN, Northern Ireland (UK)
mailto:[EMAIL PROTECTED] Tel. 028 90335011 FAX: 028 90249881
http://www.qub.ac.uk/mgt/staff/dave/






Re: [Cooker] mod_php-mysql bad

2000-08-29 Thread Sylvain COTINEAU

Steve Fox a écrit :
> 
> Takacs Sandor wrote:
> >
> > On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:
> >
> > > > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > > > functions in PHP. I noticed in the apache log this warning:
> > > >
> > > > PHP Warning:  Unable to load dynamic library
> > > > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > > > undefined symbol: pthread_key_create in Unknown on line 0
> > > >
> > > > Any ideas if I'm missing something or if they package is bad?
> >
> > > I'm not the only one !
> > >
> > > Someone in cooker team can do something pleaaz ! :-(
> >
> > I think that php compiled with pthread, but apache didn't.
> > Use
> > LIBS="-lgdbm -lpthread" \
> >
> > in apache.spec, and recompile.
> >
> > --
> > Takika
> 
> Woohoo! That did it! Can this be fixed in cooker please?
> --

Yes! Thanx a lot "Takika" ...

BCNU,
-- 
Sylvain COTINEAU - E-mail: [EMAIL PROTECTED]
OVERLOGIC   => http://www.overlogic.com
Top Finance => http://www.topfinance.com
Tél: (+33)1 40 33 76 83 - Fax: (+33)1 40 33 00 74




Re: [Cooker] mod_php-mysql bad

2000-08-29 Thread Takacs Sandor

On 28 Aug 2000, Chmouel Boudjnah wrote:

> Sylvain COTINEAU <[EMAIL PROTECTED]> writes:
> 
> > OF !!
> > I'm not the only one !
> > Someone in cooker team can do something pleaaz ! :-(
> 
> I beleive we have to wait the return of the JMD jedi :-(

I recompile the apache with pthread. Upload it to linux-mandrake.com?

-- 
Takika





Re: [Cooker] mod_php-mysql bad

2000-08-29 Thread Jean-Michel Dault


I uploaded the new RPMS on the old kenobi last week, but it doesn't work.
And I couldn't access the new compiling cluster.

I uploaded them temporarily on:
http://advancedextranet.com/pub/egrail-tmp

(Yes, that's eGrail, I'm working with them to integrate their software
with our Apache)


Jean-Michel Dault <[EMAIL PROTECTED]>
MandrakeSoft inc, Montreal (Canada)
HTCPCP/1.0 Developper  (http://www.ietf.org/rfc/rfc2324.txt)

On 28 Aug 2000, Chmouel Boudjnah wrote:

> Date: 28 Aug 2000 08:01:42 -0700
> From: Chmouel Boudjnah <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED], Jean-Michel Dault <[EMAIL PROTECTED]>
> Subject: Re: [Cooker] mod_php-mysql bad
> 
> Sylvain COTINEAU <[EMAIL PROTECTED]> writes:
> 
> > OF !!
> > I'm not the only one !
> > Someone in cooker team can do something pleaaz ! :-(
> 
> I beleive we have to wait the return of the JMD jedi :-(
> 
> -- 
> MandrakeSoft Inc http://www.chmouel.org
> San-Francisco, CA USA --Chmouel
> 






Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Fran Parker

I also have uninstalled the cooker mysql and installed the one from the stable
current.  Still doesn't work.

This is what I get:

[fran@flp fran]$ su Password: [root@flp fran]# cd / [root@flp /]# perl -e 'use
DBD::mysql;'; Can't load
'/usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/mysql/mysql.so' for module
DBD::mysql: /usr/lib/perl5/site_perl/5.005/i386-linux/auto/DBD/mysql/mysql.so:
undefined symbol: pthread_key_create at
/usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169.  
 at -e line 1 BEGIN failed--compilation aborted at -e line 1. [root@flp
/]# 


This is driving me nuts!  Was simply trying to change from .CSV database to
mysql database in Pronto! mail since it works faster and is more reliable.

is the perl5 not compatible or what?

Any help would be appreciated.

Bambi


Fran Parker wrote:
> 
> speaking of mysql
> 
> Has anyone compiled a DBD::mysql for the new cooker version of mysql?
> 
> I installed it and it seems to work ... but the perl doesn't work
> right with Pronto! mail when trying to switch it gets errors that the
> creator of Pronto! said was due to an incompatibility with the version
> of DBD::mysql I could find.
> 
> Any help on this one...didn't see one in cooker.
> 
> Thanks in advance for any help on this.
> 
> Bambi
> 
> Takacs Sandor wrote:
> >
> > On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:
> >
> > > > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > > > functions in PHP. I noticed in the apache log this warning:
> > > >
> > > > PHP Warning:  Unable to load dynamic library
> > > > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > > > undefined symbol: pthread_key_create in Unknown on line 0
> > > >
> > > > Any ideas if I'm missing something or if they package is bad?
> >
> > > I'm not the only one !
> > >
> > > Someone in cooker team can do something pleaaz ! :-(
> >
> > I think that php compiled with pthread, but apache didn't.
> > Use
> > LIBS="-lgdbm -lpthread" \
> >
> > in apache.spec, and recompile.
> >
> > --
> > Takika




Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Fran Parker

speaking of mysql

Has anyone compiled a DBD::mysql for the new cooker version of mysql?

I installed it and it seems to work ... but the perl doesn't work
right with Pronto! mail when trying to switch it gets errors that the
creator of Pronto! said was due to an incompatibility with the version
of DBD::mysql I could find.

Any help on this one...didn't see one in cooker.

Thanks in advance for any help on this.

Bambi


Takacs Sandor wrote:
> 
> On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:
> 
> > > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > > functions in PHP. I noticed in the apache log this warning:
> > >
> > > PHP Warning:  Unable to load dynamic library
> > > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > > undefined symbol: pthread_key_create in Unknown on line 0
> > >
> > > Any ideas if I'm missing something or if they package is bad?
> 
> > I'm not the only one !
> >
> > Someone in cooker team can do something pleaaz ! :-(
> 
> I think that php compiled with pthread, but apache didn't.
> Use
> LIBS="-lgdbm -lpthread" \
> 
> in apache.spec, and recompile.
> 
> --
> Takika




Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Steve Fox

Takacs Sandor wrote:
> 
> On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:
> 
> > > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > > functions in PHP. I noticed in the apache log this warning:
> > >
> > > PHP Warning:  Unable to load dynamic library
> > > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > > undefined symbol: pthread_key_create in Unknown on line 0
> > >
> > > Any ideas if I'm missing something or if they package is bad?
> 
> > I'm not the only one !
> >
> > Someone in cooker team can do something pleaaz ! :-(
> 
> I think that php compiled with pthread, but apache didn't.
> Use
> LIBS="-lgdbm -lpthread" \
> 
> in apache.spec, and recompile.
> 
> --
> Takika

Woohoo! That did it! Can this be fixed in cooker please?
-- 

Steve Fox
http://k-lug.com




Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Chmouel Boudjnah

Sylvain COTINEAU <[EMAIL PROTECTED]> writes:

> OF !!
> I'm not the only one !
> Someone in cooker team can do something pleaaz ! :-(

I beleive we have to wait the return of the JMD jedi :-(

-- 
MandrakeSoft Inc http://www.chmouel.org
San-Francisco, CA USA --Chmouel




Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Takacs Sandor

On Mon, 28 Aug 2000, Sylvain COTINEAU wrote:

> > I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> > functions in PHP. I noticed in the apache log this warning:
> > 
> > PHP Warning:  Unable to load dynamic library
> > '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> > undefined symbol: pthread_key_create in Unknown on line 0
> > 
> > Any ideas if I'm missing something or if they package is bad?

> I'm not the only one !
> 
> Someone in cooker team can do something pleaaz ! :-(

I think that php compiled with pthread, but apache didn't.
Use 
LIBS="-lgdbm -lpthread" \

in apache.spec, and recompile.

-- 
Takika






Re: [Cooker] mod_php-mysql bad

2000-08-28 Thread Sylvain COTINEAU

Steve Fox a écrit :
> 
> I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
> functions in PHP. I noticed in the apache log this warning:
> 
> PHP Warning:  Unable to load dynamic library
> '/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
> undefined symbol: pthread_key_create in Unknown on line 0
> 
> Any ideas if I'm missing something or if they package is bad?
> 
> --
> 
OF !!

I'm not the only one !

Someone in cooker team can do something pleaaz ! :-(

BCNU,
-- 
Sylvain COTINEAU - E-mail: [EMAIL PROTECTED]
OVERLOGIC   => http://www.overlogic.com
Top Finance => http://www.topfinance.com
Tél: (+33)1 40 33 76 83 - Fax: (+33)1 40 33 00 74




[Cooker] mod_php-mysql bad

2000-08-27 Thread Steve Fox

I have mod_php-mysql-4.0.1pl2-4mdk installed and I cannot access mysql
functions in PHP. I noticed in the apache log this warning:

PHP Warning:  Unable to load dynamic library
'/usr/lib/php/extensions/mysql.so' - /usr/lib/php/extensions/mysql.so:
undefined symbol: pthread_key_create in Unknown on line 0

Any ideas if I'm missing something or if they package is bad?

-- 

Steve Fox
http://k-lug.com