Discussion:
[PHP-INSTALL] Help installing PHP and Apache on Linux (Ubuntu 9.04)
Felipe Quagliarelo
2009-08-22 16:52:43 UTC
Permalink
Hello guys, i am having some trouble installing them on linux.

i installed linux yesterday and they didn't asked me to set a root password,
only for the account that i use (nero), howeover i am able to update my
system and so on with that user.


i have installed apache, owrking, howerover i can't create archives or edit
the default index.html that comes with apache, its says that i don't have
permission to do that (i tried it and i just cant) and since i don't have
the root password, i can't touch on it.

i tried to install php, the make && make install command isn't working, its
says that don't have a make file (i download the latest version from
php.netsite, the tar.gz one)

trying the install command (using install -p /home/nero/php-5.3.0/
/usr/local/php/ it isnt working too

any hints?

thanks
Ryan Schmidt
2009-08-22 17:05:24 UTC
Permalink
Post by Felipe Quagliarelo
Hello guys, i am having some trouble installing them on linux.
i installed linux yesterday and they didn't asked me to set a root
password, only for the account that i use (nero), howeover i am
able to update my system and so on with that user.
i have installed apache, owrking, howerover i can't create archives
or edit the default index.html that comes with apache, its says
that i don't have permission to do that (i tried it and i just
cant) and since i don't have the root password, i can't touch on it.
You'll have to sort these out yourself or with the help of your
operating system vendor or other support channels dedicated to that
kind of thing. These issues are not about php.
Post by Felipe Quagliarelo
i tried to install php, the make && make install command isn't
working, its says that don't have a make file (i download the
latest version from php.net site, the tar.gz one)
To generate the Makefile, you have to run the configure script first
with whatever options you want. Most UNIX software is installed in
this manner.
Post by Felipe Quagliarelo
trying the install command (using install -p /home/nero/
php-5.3.0/ /usr/local/php/ it isnt working too
Not sure what you were trying to accomplish with this command. The
"install" command is used to copy individual binary files from one
place to another, but "/home/nero/php-5.3.0/" is a directory.
Felipe Quagliarelo
2009-08-22 17:08:33 UTC
Permalink
hmm, thanks, i'll try to figure how to install them on internet
Post by Felipe Quagliarelo
Hello guys, i am having some trouble installing them on linux.
Post by Felipe Quagliarelo
i installed linux yesterday and they didn't asked me to set a root
password, only for the account that i use (nero), howeover i am able to
update my system and so on with that user.
i have installed apache, owrking, howerover i can't create archives or
edit the default index.html that comes with apache, its says that i don't
have permission to do that (i tried it and i just cant) and since i don't
have the root password, i can't touch on it.
You'll have to sort these out yourself or with the help of your operating
system vendor or other support channels dedicated to that kind of thing.
These issues are not about php.
i tried to install php, the make && make install command isn't working,
Post by Felipe Quagliarelo
its says that don't have a make file (i download the latest version from
php.net site, the tar.gz one)
To generate the Makefile, you have to run the configure script first with
whatever options you want. Most UNIX software is installed in this manner.
trying the install command (using install -p /home/nero/php-5.3.0/
Post by Felipe Quagliarelo
/usr/local/php/ it isnt working too
Not sure what you were trying to accomplish with this command. The
"install" command is used to copy individual binary files from one place to
another, but "/home/nero/php-5.3.0/" is a directory.
Loading...