HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Compiling problems on PHP installation
Operating System - HP-UX
1829161
Members
11275
Online
109986
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 09:24 PM
07-25-2005 09:24 PM
Compiling problems on PHP installation
Hello,
I have a problem on PHP installation.
I followed the manual here http://www.php.net/manual/en/install.unix.php#install.unix.apache but I did only the PHP steps, because apache is still on the machine.
It works all fine, untill this happens:
# make
Make: No arguments or description file. Stop.
# make install
Make: Don't know how to make install. Stop.
"make" is the step for compiling the source, isn't it?
I installed a newer version of gcc via swinstall, but there was the same error on "make".
Is there a step I did wrong or did I forget something?
Thanks for your help.
I have a problem on PHP installation.
I followed the manual here http://www.php.net/manual/en/install.unix.php#install.unix.apache but I did only the PHP steps, because apache is still on the machine.
It works all fine, untill this happens:
# make
Make: No arguments or description file. Stop.
# make install
Make: Don't know how to make install. Stop.
"make" is the step for compiling the source, isn't it?
I installed a newer version of gcc via swinstall, but there was the same error on "make".
Is there a step I did wrong or did I forget something?
Thanks for your help.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 09:36 PM
07-25-2005 09:36 PM
Re: Compiling problems on PHP installation
Hi Knud,
Did you remember to run the ./configure command ?
Cheers,
Did you remember to run the ./configure command ?
Cheers,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2005 10:21 PM
07-25-2005 10:21 PM
Re: Compiling problems on PHP installation
As said before, you have not configured php with configure script there in source directory. There is a file called INSTALL will be available to give more information about installation.
You can very well know about configuration information as, ./configure --help | more. Any opensource product, there will be a default installation step as,
1. ./configure (will create makefile)
2. make
3. make install
hth.
You can very well know about configuration information as, ./configure --help | more. Any opensource product, there will be a default installation step as,
1. ./configure (will create makefile)
2. make
3. make install
hth.
Easy to suggest when don't know about the problem!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP