Justin Vassallo wrote:
Hello,I am trying to build mod_jk on Solaris 10 x86, which unfortunately is not available in binary form. I dlded Apache source and built using: $ PATH=$PATH:/usr/sfw/bin:/usr/ccs/bin $ export PATH SH_LIBS $ ./configure --with-included-apr --prefix=/usr/local/apache/httpd-2.2.8 --enable-so --enable-mods -shared=ssl --enable-ssl --enable-module=rewrite --enable-shared=rewrite I then dlded mod_jk source, cd native, then tried to build using the apxs from the Apache i just built from source. I am getting a general error which is not helping me to identify the problem. Where can i look to get more information? thanks # ./configure --with-apxs=/local/apache/apache2.2.8/bin/apxs : bad interpreter: No such file or directory
Not sure, why your mail subject starts with "Re:", I couldn't find any previous mails in this thread.
configure is a shell script. From the error I would guess, that you downloaded the zip source and not the tarball format. The zip file contains DOS files, so configure and many other files have DOS line endings and using those shell scripts gives an error, because /bin/sh^M is not an existing shell.
If I'm right about the zip download, simply choose the .tar.gz download, which should work. Are we talking about mod_jk 1.2.26?
Please also make sure, that you are using the make/gmake in /usr/sfw/bin and not the Solaris make in /usr/ccs/bin.
Regards, Rainer --------------------------------------------------------------------- To start a new topic, e-mail: [email protected] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
