php-install Digest 1 Jun 2003 02:47:51 -0000 Issue 1402
Topics (messages 10986 through 10988):
Re: freebsd build problemud
10986 by: heilo
Php Downloading Even though set up by the book. Please help, Im lost..
10987 by: D. L.
First-timer
10988 by: David Wilson
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
hm.. seems as if things are getting complicated :)
i experienced similar problems with building jsdk under freebsd. but i had
no problems with installing mod_php. i think this error occours because of
wrong versions. i just can tell you the package-dependencies (which includes
the versions):
mod_php4-4.3.1
apache-1.3.27_4
expat-1.95
autoconf213-2.13.000227_5
m4-1.4_1
mysql-client-3.23.56
libtool-1.3.4_4
So you have to install the packages in the following order:
expat-1.95
libtool-1.3.4_4
m4-1.4_1
mysql-client-3.23.56
autoconf213-2.13.000227_5
apache-1.3.27_4
mod_php4-4.3.1
do you have the right versions installed? you can test your packet-versions
with pkg_info
i did it this way... if this does not work i cannot help anymore :( sorry -
i'm a newbie on freeBSD myself.
.ma
david clark <[EMAIL PROTECTED]> [EMAIL PROTECTED] 16:02 Uhr:
> hey,
>
> that helped, but still having a problem:
>
>
> ===> Extracting for mod_php4-4.3.1,1
>>> Checksum OK for php-4.3.1.tar.bz2.
> ===> mod_php4-4.3.1,1 depends on file: /usr/local/sbin/apxs - found
> ===> mod_php4-4.3.1,1 depends on shared library: gd.2 - found
> ===> mod_php4-4.3.1,1 depends on shared library: freetype.9 - not found
> ===> Verifying install for freetype.9 in /usr/ports/print/freetype2
> ==> Skipping freetype2-2.0.5 which is already installed.
> ===> Returning to build of mod_php4-4.3.1,1
> Error: shared library "freetype.9" does not exist
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
> *** Error code 1
>
> Stop in /usr/home/usr111074219/mod_php4.
>
>
> "Heilo" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> hi!
>>
>> i run freebsd too, but i did not build php myself - i downloaded the
> package
>> http://www.freebsd.org/cgi/ports.cgi?query=%5Emod_php4-4.3.1&stype=name
> and
>> installed it with pkg_add (you have to have ports installed - you can do
>> this by typing /stand/sysinstall (if i remember correctly). I do not see
> any
>> special things you need from your configure?
>>
>> .ma
>>
>> david clark <[EMAIL PROTECTED]> [EMAIL PROTECTED] 16:52 Uhr:
>>
>>> Hi,
>>>
>>> i am on a shared vserver running freebsd, & i'm trying to upgrade from
> php
>>> 4.0.6 to 4.3.2.
>>>
>>> I am using the configure from my phpinfo, which is:
>>>
>>> './configure' '--with-apxs=/usr/local/www/bin/apxs'
>>>
>>> '--with-config-file-path=/usr/local/www/etc' '--enable-versioning'
>>> '--with-system-regex' '--disable-debug' '--enable-track-vars'
> '--without-gd'
>>> '--without-mysql' '--with-zlib' '--with-imap=/usr/local'
>>> '--with-mysql=/usr/local' '--prefix=/usr/local/www' 'i386--freebsd4.4'
>>>
>>>
>>>
>>> I am in as su
>>>
>>> make runs no problems
>>>
>>> When i do make install, i get:
>>>
>>> Installing PHP CLI binary: /usr/local/www/bin/
>>>
>>> \Installing PHP CLI man page: /usr/local/www/man/man1/
>>>
>>> Installing PHP SAPI module
>>>
>>> [activating module `php4' in /usr/local/www/conf/httpd.conf]
>>>
>>> cp libs/libphp4.so /usr/local/www/libexec/libphp4.so
>>>
>>> cp: /usr/local/www/libexec/libphp4.so: Permission denied
>>>
>>> apxs:Break: Command failed with rc=1
>>>
>>> *** Error code 1
>>>
>>> Stop in /usr/home/usr111074219/php-4.3.2.
>>>
>>>
>>
>
>
Matthias Steinböck
Email: [EMAIL PROTECTED]
Web: http://www.abendstille.at
Frühabendliches Webdesign.
------------------------------------------
Im Übrigen sind wir der Meinung, dass
Sie zu viel Butterbrote essen. Sie sollten
Sich was schämen! Misshandlung von
Butterbroten mit Zähnen gehört verboten!
--- End Message ---
--- Begin Message ---
I found out I needed to upgrade php to use something I wanted, so I followed the
instruction on the php site for a install on apache 2 under redhat 8, installing from
source the most current php and for some reason no matter what I do all php pages are
prompted for download when I try to view them, and I get a blank page if I choose to
download. httpd.conf have all the correct peramiters in it, and should be working
perfectly; All other aspects of the httpd are working perfectly, but not php even
though from the dos the settings are perfect.
I have tried everything I can think of and ahve been up for about a extra 6 hours on
top of the 18 hour shift I had to pull.. so Im tired and Im thinking I may ahve missed
something, btu everythign I have read and searched for on google andphp.net says I did
everythign perfectly, please help!
---------------------------------
Do you Yahoo!?
Free online calendar with sync to Outlook(TM).
--- End Message ---
--- Begin Message ---
I have Apache 2.0.45, ActivePerl, and MySQL installed under Win XP Home.
My immediate goal is to learn PHP programming (I have O'Reilly's
"Programming PHP"). I plan to use localhost only, there will be no outside
connections to my web server, and I am not overly concerned with security.
I am a little nervous about installing PHP because I do not understand all
the installation issues (e.g, CGI versus ISAPI). I can't afford to get bogged
down in these issues, or to botch my install. I could really use a little
hand-holding to get me past the install and on to writing PHP. Any help in
this regard would be greatly appreciated. I will be forthcoming with any
information you might need that I can give.
Thanks in advance.
Dave Wilson.
--- End Message ---