Hi there

So I downloaded the mod_jk.1.2.32-src the other day because I couldn't get a binary for linux (ubuntu 8.04 to be exact). First I couldn't use the ./configure because it said no apxs given so I searched google and found out I needed apache2-threaded-dev - downloaded it and used --with-apxs2=/usr/sbin/apxs2. It then complained about no apache given and returned with the error: cannot find the WebServer (apache2.2 is installed from package with apt-get install apache2). I had to do apt-get install apache2-src, locate the tar.gz, unpack it and add the --with-apache=/usr/src/apache2 switch with the with-apxs2. I then managed to run the configure successful but when I try to do sudo make a whole bunch of warnings and errors occurs (mostly something like expected character "}" at end of input line) which means that I cannot build the mod_jk.so file :(

I should add that this is my first go on building something from source EVER so please be gentle :)

Am I missing something or what?

Kind regards
Casper

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to