Linux - ServerThis forum is for the discussion of Linux Software used in a server related context.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Distribution: Feisty Faun (laptop) -CentOS and FC6 (server)
Posts: 10
Rep:
Configure PHP problem
I'm trying to reconfigure my php 5.0.4 set up to use the imap functions... I'm a rank newbie at all this, but I seem to have downloaded the c-client library and installed that all OK, but I'm now supposed to run the configure command from the PHP source directory and I'm damned if I can find it... i've tried locate php, and I can only find the old php4 directory... I use a fasthosts matrix control panel normally, and my upgrade to php5 was a simple push of a button job from there, so I'm wondering if I even have a source directory on my server?
I am... afraid to give you advise on this as you seem to non-technical, and many things can go wrong.
When using solutions such as cPanel or other control panels, you are limited to compiling the available versions, and what options to choose from. Anything that deviates from that needs to be compiled by hand.
The thing is, as soon as you do that, you must discontinue usage of the control panel's compile function.
Step 1: download appropriate php source files from php.net
Step 2: download and (compile) and install dependencies
Step 3: configure & compile php
Step 4: install php
Step 5: restart apache
Step 6: test,rince,repeat if needed
Distribution: Feisty Faun (laptop) -CentOS and FC6 (server)
Posts: 10
Original Poster
Rep:
I was beginning to suspect that may be the case... I'm reasonably technically literate (I code in php and use mysql databases on a regular basis) but the command line control of a linux server is new to me... as I continue to do stuff I'm finding more and more that I need to be able to tweak things to suit me (the php IMAP functions being a classic case in point)
Any how, thanks for the pointers... from what I understand you to be saying I really need to php myself, from scratch and by hand, to get the level of control I desire?
Distribution: Feisty Faun (laptop) -CentOS and FC6 (server)
Posts: 10
Original Poster
Rep:
Sorted... nothing a simple rebuild to Fedora Core 6 couldn't sort... left me with a clean install of PHP and then (barring a couple of dependency issues) it was yum all the way... thanks for the input
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.