Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Jun 2007 19:30:57 +1000
From:      Ivan Carey <ivan@careytech.com.au>
To:        jackbarnett@gmail.com
Cc:        Eric Crist <mnslinky@gmail.com>, "\[LoN\]Kamikaze" <LoN_Kamikaze@gmx.de>, freebsd-questions@freebsd.org
Subject:   Re: Apache, php?
Message-ID:  <467A4551.8070400@careytech.com.au>
In-Reply-To: <467A3711.6050701@gmail.com>
References:  <467763C3.306@gmail.com>	<46778398.7080506@careytech.com.au>	<4679DAB3.2010403@gmail.com>	<789A8BE7-818A-4685-9B88-2E35F2A5CF3B@gmail.com>	<467A1969.6090703@gmail.com>	<467A19EA.3000002@gmail.com> <467A1D4D.5080605@gmx.de> <467A3711.6050701@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Jack Barnett wrote:
> [LoN]Kamikaze wrote:
>> Jack Barnett wrote:
>>  
>>> Jack Barnett wrote:
>>>    
>>>> Eric Crist wrote:
>>>>  
>>>>      
>>>>> On Jun 20, 2007, at 8:56 PMJun 20, 2007, Jack Barnett wrote:
>>>>>
>>>>>           
>>>>>> Ivan Carey wrote:
>>>>>>       I don't have libphp5.so anywhere in /usr/local (did a find for
>>>>>> it).
>>>>>> the php5 port is broken? Or do I have to reinstall apache after 
>>>>>> php5?
>>>>>>
>>>>>>                 
>>>>> You need to enable build of the php5 apache extension when you build
>>>>> the port - it's not enabled by default.
>>>>>
>>>>> HTH
>>>>>
>>>>> Eric Crist
>>>>>             
>>>> thanks.
>>>>
>>>> do you know how to do that off hand? :) :)
>>>>
>>>>
>>>>
>>>>         
>>> disregarding... rebuilding now, I edited the Makefile
>>>     
>>
>> Ouch.
>>
>> Just for the record:
>> # cd /usr/ports/lang/php5
>> # make config
>> Select the APACHE option.
>> # make build deinstall reinstall clean
>>   
>
> Yea, for some reason it's not giving me that menu... to configure it.
>
> Most ports used to have any option... to configure stuff... in that 
> nice text based interface.
>
> I got BATCH=YES in make.conf so that's probably why!
>
> Anyways, I manually edited the Makefile and recompiled.  That is 
> WORKING :)
>
> Manually fooling around with that file will probably bust something up 
> down the road if I have to reinstall, but for now I'm happy.  It's all 
> working.
>
> Thanks everyone for your help.
>
>
>
>
>
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"
>
> .
>
Jack,
When I want a system with Apache PHP and MySQL.
I install them in the following order.

1. Install Apache
2. Install PHP via /usr/lang/php5-extensions (select the extensions you 
want, this will install php5 and add the required lines to the httpd.conf)
3. Install MySQL

Regards,
Ivan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?467A4551.8070400>