Hopefully this will be my last stupid question for a while :-)
I'm trying to install PHP via Yum on Fedora 10 over SSH. It gets to the very end and shows:
Code:
--> Missing Dependency: apr-util-ldap is needed by package httpd-2.2.11-2.fc10.i386 (updates)
Error: Missing Dependency: apr-util-ldap is needed by package httpd-2.2.11-2.fc10.i386 (updates)
How do I install them? I tried typing the actual package names like "yum packagename install" but it didn't work. What am I doing wrong?
Edit: Fixed below by doing:
cd /usr/local/apache2/bin
cp apachectl /etc/init.d/httpd
Now service httpd start/stop/restart/status works. Still having the initial problem though.
----------------------------------------------------
Also getting this when trying to start Apache:
Code:
[root@67439 bin]# apachectl start
-bash: apachectl: command not found
Followed the compiling tutorial here:
http://httpd.apache.org/docs/2.0/install.html
----------------------------------------------------