[PHP-DEV] Re: Bug #12115 Updated: Broken configure: --with-mysql=/opt/mysql

2001-07-12 Thread dusty

it is in /opt/mysql/lib/mysql

just for kicks i tried placing --with-mysql=/opt/mysql/lib/mysql in the
configuration parameters instead of just /opt/mysql, but that doesn't work
either. looking at the configuration file it appears that it is scripted to
check both lib and lib/mysql in the base specified by the --with-mysql=
parameter.

- Original Message -
From: Bug Database [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Thursday, July 12, 2001 12:58 PM
Subject: Bug #12115 Updated: Broken configure: --with-mysql=/opt/mysql


 ID: 12115
 Updated by: rasmus
 Reported By: [EMAIL PROTECTED]
 Old Status:
 Status: Open
 Bug Type: *Configuration Issues
 Operating System: solaris 2.6
 PHP Version: 4.0.6
 New Comment:

 Well, where is your mysql client library?

 Previous Comments:
 

 [2001-07-12 15:48:15] [EMAIL PROTECTED]

 oops, i mean the error says:
 configure: error: Cannot find mysqlclient library under /opt/mysql

 

 [2001-07-12 15:46:19] [EMAIL PROTECTED]

 When configure PHP with the option --with-mysql=/path/to/mysql I get
this configuration error: configure: error: Cannot find mysqlclient library
under /opt/local/mysql.

 While if I use simply --with-mysql I get the echoed warning not to do so
when using with other modules such as mod_perl.

 Thank you!

 ./configure \
 --with-mysql=/opt/mysql \
 --with-apxs=/opt/apache/bin/apxs \
 --with-openssl=/opt/openssl \
 --with-mm=/usr/local \
 --enable-memory-limit


 



 ATTENTION! Do NOT reply to this email!
 To reply, use the web interface found at
http://bugs.php.net/?id=12115edit=2




-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP-DEV] Re: Bug #12115 Updated: Broken configure:--with-mysql=/opt/mysql

2001-07-12 Thread Rasmus Lerdorf

Yes it is.  --with-mysql=/opt/mysql should work fine.  Make sure you
remove config.cache before running ./configure

On Thu, 12 Jul 2001, dusty wrote:

 it is in /opt/mysql/lib/mysql

 just for kicks i tried placing --with-mysql=/opt/mysql/lib/mysql in the
 configuration parameters instead of just /opt/mysql, but that doesn't work
 either. looking at the configuration file it appears that it is scripted to
 check both lib and lib/mysql in the base specified by the --with-mysql=
 parameter.

 - Original Message -
 From: Bug Database [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Thursday, July 12, 2001 12:58 PM
 Subject: Bug #12115 Updated: Broken configure: --with-mysql=/opt/mysql


  ID: 12115
  Updated by: rasmus
  Reported By: [EMAIL PROTECTED]
  Old Status:
  Status: Open
  Bug Type: *Configuration Issues
  Operating System: solaris 2.6
  PHP Version: 4.0.6
  New Comment:
 
  Well, where is your mysql client library?
 
  Previous Comments:
  
 
  [2001-07-12 15:48:15] [EMAIL PROTECTED]
 
  oops, i mean the error says:
  configure: error: Cannot find mysqlclient library under /opt/mysql
 
  
 
  [2001-07-12 15:46:19] [EMAIL PROTECTED]
 
  When configure PHP with the option --with-mysql=/path/to/mysql I get
 this configuration error: configure: error: Cannot find mysqlclient library
 under /opt/local/mysql.
 
  While if I use simply --with-mysql I get the echoed warning not to do so
 when using with other modules such as mod_perl.
 
  Thank you!
 
  ./configure \
  --with-mysql=/opt/mysql \
  --with-apxs=/opt/apache/bin/apxs \
  --with-openssl=/opt/openssl \
  --with-mm=/usr/local \
  --enable-memory-limit
 
 
  
 
 
 
  ATTENTION! Do NOT reply to this email!
  To reply, use the web interface found at
 http://bugs.php.net/?id=12115edit=2
 






-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]