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
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
