Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cgiwrap

Status
Not open for further replies.

jimberger

Programmer
Jul 5, 2001
222
GB
hi,

I'm trying to install cgiwrap on my apache webserver.

i've used the following configuration

../configure --with-install-group=root --with-cgi-dir = public_html/cgi-bin --with-httpd-user=http --with-logging-file = /opt/ --with-install-dir = /local/htdocs/servename/cgi-bin

however when I type make install it gives me the following error
rm -f yes/cgiwrap
rm -f yes/cgiwrapd
rm -f yes/nph-cgiwrap
rm -f yes/nph-cgiwrapd
cp cgiwrap yes/cgiwrap
cp: cannot create yes/cgiwrap: No such file or directory
*** Error code 2
make: Fatal error: Command failed for target `install'

any ideas anyone?

thanks for your tme

jimbob
 
Hi,

Well, looking at the Makefile, what you show as 'yes' in your output should be reading as the path of the install directory. I guess I'd try it again making sure that the --with-install-dir=PATH argument was correct (no spaces for example).

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top