Web Hosting Talk







View Full Version : php 4.1.1. install probs on the cobalt 4R


cyrusTvirus
02-15-2002, 07:47 PM
Hi,

Just a few minutes ago i started installing php4.1.1 on a non production raq4r. Just plain install.

Untarred php and ran:

'./configure' '--prefix=/usr' '--with-apxs=/usr/sbin/apxs' '--with-gd' '--with-gettext=/usr' '--enable-safe-mode' '--with-config-file-path=/etc/httpd' '--with-exec-dir=/usr/bin' '--with-zlib' '--enable-magic-quotes' '--with-regex=system' '--with-ttf=/usr/lib/libttf.so' '--enable-track-vars' '--enable-xml' '--disable-debug' '--with-libdir=/usr/lib' '--with-db3' '--with-interbase=shared' '--with-mysql=/usr' '--with-pgsql=shared' '--with-ldap' '--with-imap'

(on one line) and after {enter} the configure fired off.

Then directly after I ran: make {enter} (in the same dir as where I ran the ./configure etc.)

What I had never before is the following error:

make: *** No targets specified and no makefile found. Stop.
Ofcourse the rest (make install etc) of the process cannot be finished after that....

Where do I go wrong. I know I do something wrong but ****WHERE****

Thanks for any pointers.

Robbert

GideonX
02-16-2002, 12:02 PM
well..it says no makefile found. is the makefile there?

check the makefile if it is there..maybe its doesn't have the right path...just a suggestion :)

cyrusTvirus
02-16-2002, 12:04 PM
Found the error:

for some reason the makefile had a capital in it. (Makefile), now the installation is happily running.

Thanks !

Robbert