Re: [PHP] installing php5 on os x and CLI version

2006-01-09 Thread Jeffrey Sambells
php runs out of /usr/bin/php but entropy.ch installs into /usr/local/ php5 so you want to run /usr/local/php5/bin/php (on my system i symlinked the two so they are the same). -jeff ~~ Jeffrey Sambells Director of Research and Development Zend Certified Enginee

[PHP] installing php5 on os x and CLI version

2006-01-07 Thread jonathan
Sorry if this is a newbie question. I installed php5 via the .dmg from entropy.ch. It installs fine as an apache module but the cli doesn't appear to be working by running php -v . Does anyone know how I would fix this? thanks for any help, jonathan -- PHP General Mailing List (http://ww

RE: [PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Cristian Ionitoiu
l "could not be found" despite having no need for extra libraries. Do you have any ideas how to solve this problem? Thanks, Cristian -Original Message- From: Torgny Bjers [mailto:[EMAIL PROTECTED] Sent: 09 September 2005 11:22 To: [EMAIL PROTECTED] Cc: php-general@lists.php.net Subj

Re: [PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Torgny Bjers
Cristian Ionitoiu wrote: >Hi, > > > > I have a strange behaviour. After following all the suggested installation >procedures for php5 and apache2, when I restart apache I get a warning >window saying "PHP Startup: Unable to load dynamic library >'C:\php\ext\php_mcrypt.dll' - The specified module

[PHP] installing php5 on apache2 as a module (on win xp)

2005-09-09 Thread Cristian Ionitoiu
Hi, I have a strange behaviour. After following all the suggested installation procedures for php5 and apache2, when I restart apache I get a warning window saying "PHP Startup: Unable to load dynamic library 'C:\php\ext\php_mcrypt.dll' - The specified module could not be found". I get this fo

[PHP] installing php5 with mysql

2004-12-29 Thread blackwater dev
Hello, I am trying to install the php5 to my fedora box and I am using a php5/mysql rpm. The rpm keeps complaining that it can't find libmysql.so.14. I have tried to upgrade my mysql to 4.1...where can I get just this file? Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscr

[PHP] Installing PHP5 on Red Hat

2004-11-26 Thread Sandy Keathley
Has anyone come across this problem? PHP5 on Red Hat Linux (Enterprise version) Can't locate API module structure `php5_module' in file /usr/local/lib/libphp5.so: /usr/lib/libapr-0.so.0: undefined symbol: php5_module Thanks. Sandy Keathley -- PHP General Mailing List (http://www.php.net/)

[PHP] Installing Php5 over Existing Php4.3.6

2004-07-23 Thread Francis Chang
Hi, I would like to install Php5 over an existing Php4.3.6 installation on Linux. What is the proper procedure? Do I need to "uninstall" the previous version first, if so, how? Can I install Php5 into the same location as the previous installation or should I install it into a different PREFIX

Re: [PHP] installing php5

2003-09-03 Thread Dan Anderson
> Has anyone an idea, what I could do? You might be better off joining the beta testing mailing list if one exists. Many PHP 5 questions don't get much attention here for whatever reasons. -Dan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

[PHP] installing php5

2003-09-03 Thread Moritz Steiner
Hi, I'm trying to install php5 beta, the configure functions well, but during the make I've the following error: ext/mysqli/mysqli_api.lo: In function `zif_mysqli_stmt_data_seek': /localscratch/downloads/php5-200309031130/ext/mysqli/mysqli_api.c:1694: undefined reference to `mysql_stmt_data_seek'