cannot find file: /usr/local/bin/php

MR T

Verified User
Joined
Feb 19, 2008
Messages
7
I setup DA with freeBSD6.2. After installations, I was found the problem <cannot find file: /usr/local/bin/php > .How should I can do?
Regards,
Mr. T
 
I setup DA with freeBSD6.2. After installations, I was found the problem <cannot find file: /usr/local/bin/php > .How should I can do?
Regards,
Mr. T

I'm having the same problem. Tried yesterday on FreeBSD 6.3, today on 6.2 but it keeps saying: 'cannot find file: /usr/local/bin/php'.

Why recompiling PHP, it should be working after installation, right? It always did, but now (v 1.31.4) not anymore...

Any help is greatly appreciated as I never compiled/recompiled PHP on our earlier DA servers...

Thanks
 
I have never use bsd.

But it may be because when you do the OS installation, some library is not installed so that when directadmin try to compile php, it was unable to compile the php source code, ie. unable to create the php binary.

You should manually recompile the php source to see if there are any error message during the compiling.

under the customapache directroy, there should be a folder something like php-4.4.8, just go into the directory and type "make" to see if you see any error message.

That is my guess though
 
Back
Top