im Trying to install Adobe CF 10 Developer On A Fresh Install on kubuntu 13.10
I did the manual httpd.conf as per my previous post http://forums.adobe.com/thread/1088087
Then when installing i get this error on startup
Could not determine Apache connector version.
Check that the Apache binary path /usr/sbin/apache2 is correct.
My Apache Version is 2.4.6.
here is the output of ConnectorInstall0.txt
============================
os.name: Linux
os.version: 3.11.0-12-generic
os.arch: amd64
platform: intel-linux64
command line: -ws Apache -dir /etc/apache2 -bin /usr/sbin/apache2 -script /usr/sbin/apache2ctl -cfide /opt/col$
web server: Apache
web server directory: /etc/apache2
apialloc: false
force resource extract from jar: true
Apache binary: /usr/sbin/apache2
Apache control script: /usr/sbin/apache2ctl
Apache apxs: false
Using Apache binary /usr/sbin/apache2
Could not determine Apache connector version.
Check that the Apache binary path /usr/sbin/apache2 is correct.
Everything seems to be fine.
What to i do now.
Edit
===========
i have manually run this aswell
sudo ./wsconfig -ws apache -dir /etc/apache2/ -bin /usr/sbin/apache2
Gives same error
=============================
Regards