Re: try to install mysql5 + php5 + apache2

2008-02-28 Thread js
How about including some instructions like this in ports and install it in /opt/local/share/someplace? README.macports or something like that. That would be a possibility. Then the post-activate message could be reduced to simply referring the user to the text file. Or just `cat

Re: try to install mysql5 + php5 + apache2

2008-02-26 Thread Ryan Schmidt
On Feb 25, 2008, at 07:45, js wrote: The problem is that if you do miss these messages, then you can't easily resurrect them other than installing the whole lot again. True-ish. Well really you only need to deactivate and active the port again, since ports print such messages in the

Re: try to install mysql5 + php5 + apache2

2008-02-25 Thread js
The problem is that if you do miss these messages, then you can't easily resurrect them other than installing the whole lot again. True-ish. Well really you only need to deactivate and active the port again, since ports print such messages in the post-activate phase. But users don't

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Jean-Luc BERTé
Le 24 févr. 08 à 00:51, Ryan Schmidt a écrit : On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Takashi Yoshida
On Feb 24, 2008, at 7:47 PM, Jean-Luc BERTé wrote: Le 24 févr. 08 à 00:51, Ryan Schmidt a écrit : On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Mark Hattam
At 01:30 +0800 25/2/08, Takashi Yoshida wrote: On Feb 24, 2008, at 7:47 PM, Jean-Luc BERTé wrote: Le 24 févr. 08 à 00:51, Ryan Schmidt a écrit : On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Jean-Luc BERTé
Le 24 févr. 08 à 13:30, Takashi Yoshida a écrit : * copy /opt/local/etc/php.ini-dist to /opt/local/etc/php.ini Yes, i have made all : $ cd /opt/local/apache2/bin $ sudo ./apachetcl start $ sudo -u mysql mysql_install_db5 $ cd /opt/local/apache2/modules $ sudo /opt/local/apache2/bin/apxs

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Jean-Luc BERTé
Le 24 févr. 08 à 21:12, Mark Hattam a écrit : At 01:30 +0800 25/2/08, Takashi Yoshida wrote: On Feb 24, 2008, at 7:47 PM, Jean-Luc BERTé wrote: Le 24 févr. 08 à 00:51, Ryan Schmidt a écrit : On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit :

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Jean-Luc BERTé
Le 24 févr. 08 à 21:37, Takashi Yoshida a écrit : You need to modify your /opt/local/apache2/conf/httpd.conf to include your PHP5 configuration file. I'm not at my own machine now but if you read the httpd.conf file it should be easy to figure it out. I think PHP5 configuration file is

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Ryan Schmidt
On Feb 24, 2008, at 20:05, Jean-Luc BERTé wrote: I try to do what you say : in extras-conf i found mod_php.conf witch contains : IfModule mod_php5.c AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps /IfModule and i paste it at the end of

Re: try to install mysql5 + php5 + apache2

2008-02-24 Thread Ryan Schmidt
On Feb 24, 2008, at 19:12, Mark Hattam wrote: The problem is that if you do miss these messages, then you can't easily resurrect them other than installing the whole lot again. True-ish. Well really you only need to deactivate and active the port again, since ports print such messages in

try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTŽE
hi i try to install mysql5 + php5 + apache2 like that : sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server and i have : Error: Target org.macports.activate returned: Image error: /opt/local/include/readline/chardefs.h already exists

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: i try to install mysql5 + php5 + apache2 like that : sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server You don't need +server on the second line because the php5 port does not have a variant

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Rainer Müller
Ryan Schmidt wrote: On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: i try to install mysql5 + php5 + apache2 like that : sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server You don't need +server on the second line because the php5 port

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 06:39, Rainer Müller wrote: Ryan Schmidt wrote: On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: i try to install mysql5 + php5 + apache2 like that : sudo port install mysql5 +server sudo port install php5 +postgresql +pear +apache2 +mysql5 +server You don't need

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: Error: Target org.macports.activate returned: Image error: /opt/local/include/readline/chardefs.h already exists and does not belong to a

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: Error: Target org.macports.activate returned: Image error:

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 17:51, Jean-Luc BERTé wrote: Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE wrote: Error: Target org.macports.activate returned:

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 19:58, Ryan Schmidt a écrit : On Feb 23, 2008, at 17:51, Jean-Luc BERTé wrote: Le 23 févr. 08 à 19:21, Ryan Schmidt a écrit : On Feb 23, 2008, at 16:52, Jean-Luc BERTé wrote: Le 23 févr. 08 à 07:26, Ryan Schmidt a écrit : On Feb 22, 2008, at 21:47, Jean-Luc BERTŽE

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install php5 +postgresql +pear +apache2 +mysql5 apache2 had been installed but now i have : Error: Target org.macports.build returned: shell command cd

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Jean-Luc BERTé
Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install php5 +postgresql +pear +apache2 +mysql5 apache2 had been installed but now i have : Error: Target

Re: try to install mysql5 + php5 + apache2

2008-02-23 Thread Ryan Schmidt
On Feb 23, 2008, at 21:22, Jean-Luc BERTé wrote: Le 23 févr. 08 à 21:57, Ryan Schmidt a écrit : On Feb 23, 2008, at 18:41, Jean-Luc BERTé wrote: ok i made : sudo port -f activate ncurses sudo port install ncurses readline sudo port install php5 +postgresql +pear +apache2 +mysql5