osdir.com
mailing list archive

Subject: Re: port mod_jk, mod_jk2 & apache2 - msg#00093

List: os.freebsd.devel.java

Date: Prev Next Index Thread: Prev Next Index
Hi folks,
I got the same error yesterday when I tried making mod_jk after cvsuping ports. Where does aclocal come from? I was thinking maybe autoconf but haven't had a chance to look further yet. Anyway, it looks like the port is missing a build-time dependency.

Eric

Palle Girgensohn wrote:
Hi Zhong,

First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed?

Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS.

The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :)

<http://www.freebsd.org/cgi/query-pr-summary.cgi?text=mod_jk&originator=gir
gen>

You will have to extract them from the PRs, or wait until they get comitted.

Hope this works for you. Please mail me if you have more questions.

/Palle

--On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@xxxxxxxxxxxx wrote:

Hi,

Since I knew there is a fix, I tried to install but failed. I download the
ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is

compiling & installing apache2 OK

compiling mod_jk:

# make
===> Extracting for mod_jk-1.2.3,1
>> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz.
===> Patching for mod_jk-1.2.3,1
===> Applying FreeBSD patches for mod_jk-1.2.3,1
cd
/usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati
ve;

aclocal; /usr/local/bin/libtoolize
aclocal: not found
*** Error code 127

Stop in /usr/ports/www/mod_jk.

compiling mod_jk2:

# make
===> Building for mod_jk-apache2-1.2.2
Making all in common
gmake[1]: Entering directory
`/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na
tive/common' gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory
`/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na
tive/common' Making all in apache-2.0
gmake[1]: Entering directory
`/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na
tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool
--silent --mode=link cc -I/usr/local/include/apache2 -O -pipe
-DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I
/usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe
-DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module
-rpath
/usr/local/libexec/apache2 -avoid-version mod_jk.lo
../common/jk_ajp12_worker.lo ../common/jk_connect.lo
../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo
../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo
../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo
../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo
../common/jk_ajp14_worker.lo ../common/jk_md5.lo
../common/jk_ajp_common.lo ../common/jk_context.lo
libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool
object
gmake[1]: *** [mod_jk.la] Error 1
gmake[1]: Leaving directory
`/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na
tive/apache-2.0' gmake: *** [all-recursive] Error 1
*** Error code 2

Stop in /usr/ports/www/mod_jk2.

The FreeBSD version is 4.8.

I am new to FreeBSD, please help, thanks.

Regards,
Zhong Lun





_______________________________________________
freebsd-java@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"

_______________________________________________
freebsd-java@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"



Was this page helpful?
Yes No
Thread at a glance:

Previous Message by Date: click to view message preview

Re: port mod_jk, mod_jk2 & apache2

Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) <http://www.freebsd.org/cgi/query-pr-summary.cgi?text=mod_jk&originator=gir gen> You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@xxxxxxxxxxxx wrote: Hi, Since I knew there is a fix, I tried to install but failed. I download the ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is compiling & installing apache2 OK compiling mod_jk: # make ===> Extracting for mod_jk-1.2.3,1 >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. ===> Patching for mod_jk-1.2.3,1 ===> Applying FreeBSD patches for mod_jk-1.2.3,1 cd /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati ve; aclocal; /usr/local/bin/libtoolize aclocal: not found *** Error code 127 Stop in /usr/ports/www/mod_jk. compiling mod_jk2: # make ===> Building for mod_jk-apache2-1.2.2 Making all in common gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/common' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/common' Making all in apache-2.0 gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module -rpath /usr/local/libexec/apache2 -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_ajp_common.lo ../common/jk_context.lo libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk2. The FreeBSD version is 4.8. I am new to FreeBSD, please help, thanks. Regards, Zhong Lun _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"

Next Message by Date: click to view message preview

Re: port mod_jk, mod_jk2 & apache2

Hi! aclocal is part of the automake distribution. USE_AUTOMAKE_VER= 15 should be sufficient to create a build dependency on automake, and hence install aclocal... Do you have automake installed? If you do, you should have aclocal in ${LOCALBASE}, alas /usr/local/bin. It would be great if you could check this, if there's a problem with the port, I'd like to know. /Palle --On torsdag, juni 12, 2003 06.33.41 -0700 Eric Hedström <erich@xxxxxxxx> wrote: Hi folks, I got the same error yesterday when I tried making mod_jk after cvsuping ports. Where does aclocal come from? I was thinking maybe autoconf but haven't had a chance to look further yet. Anyway, it looks like the port is missing a build-time dependency. Eric Palle Girgensohn wrote: Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) <http://www.freebsd.org/cgi/query-pr-summary.cgi?text=mod_jk&originator= gir gen> You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@xxxxxxxxxxxx wrote: Hi, Since I knew there is a fix, I tried to install but failed. I download the ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is compiling & installing apache2 OK compiling mod_jk: # make ===> Extracting for mod_jk-1.2.3,1 >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. ===> Patching for mod_jk-1.2.3,1 ===> Applying FreeBSD patches for mod_jk-1.2.3,1 cd /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/na ti ve; aclocal; /usr/local/bin/libtoolize aclocal: not found *** Error code 127 Stop in /usr/ports/www/mod_jk. compiling mod_jk2: # make ===> Building for mod_jk-apache2-1.2.2 Making all in common gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/common' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/common' Making all in apache-2.0 gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module -rpath /usr/local/libexec/apache2 -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_ajp_common.lo ../common/jk_context.lo libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk2. The FreeBSD version is 4.8. I am new to FreeBSD, please help, thanks. Regards, Zhong Lun _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx" _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"

Previous Message by Thread: click to view message preview

Re: port mod_jk, mod_jk2 & apache2

Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) <http://www.freebsd.org/cgi/query-pr-summary.cgi?text=mod_jk&originator=gir gen> You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@xxxxxxxxxxxx wrote: Hi, Since I knew there is a fix, I tried to install but failed. I download the ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is compiling & installing apache2 OK compiling mod_jk: # make ===> Extracting for mod_jk-1.2.3,1 >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. ===> Patching for mod_jk-1.2.3,1 ===> Applying FreeBSD patches for mod_jk-1.2.3,1 cd /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/nati ve; aclocal; /usr/local/bin/libtoolize aclocal: not found *** Error code 127 Stop in /usr/ports/www/mod_jk. compiling mod_jk2: # make ===> Building for mod_jk-apache2-1.2.2 Making all in common gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/common' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/common' Making all in apache-2.0 gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module -rpath /usr/local/libexec/apache2 -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_ajp_common.lo ../common/jk_context.lo libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk2. The FreeBSD version is 4.8. I am new to FreeBSD, please help, thanks. Regards, Zhong Lun _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"

Next Message by Thread: click to view message preview

Re: port mod_jk, mod_jk2 & apache2

Hi! aclocal is part of the automake distribution. USE_AUTOMAKE_VER= 15 should be sufficient to create a build dependency on automake, and hence install aclocal... Do you have automake installed? If you do, you should have aclocal in ${LOCALBASE}, alas /usr/local/bin. It would be great if you could check this, if there's a problem with the port, I'd like to know. /Palle --On torsdag, juni 12, 2003 06.33.41 -0700 Eric Hedström <erich@xxxxxxxx> wrote: Hi folks, I got the same error yesterday when I tried making mod_jk after cvsuping ports. Where does aclocal come from? I was thinking maybe autoconf but haven't had a chance to look further yet. Anyway, it looks like the port is missing a build-time dependency. Eric Palle Girgensohn wrote: Hi Zhong, First, the first error is that aclocal cannot be found. Do you have it installed in /usr/local/bin/aclocal? Since aclocal cannot be found, do you have /usr/local/bin in your path? Is automake installed? Next, there is no comitted port for apache2 & mod_jk. They're still in GNATS. The ports I mentioned in my mail are not in the ports tree yet, (apart from mod_jk for apache13), they are still in GNATS. If you like, please try them, perhaps they work better? I'm not sure they will work better for you, only that they work for me. :) <http://www.freebsd.org/cgi/query-pr-summary.cgi?text=mod_jk&originator= gir gen> You will have to extract them from the PRs, or wait until they get comitted. Hope this works for you. Please mail me if you have more questions. /Palle --On torsdag, juni 12, 2003 15.45.28 +0800 Zhong.Lun@xxxxxxxxxxxx wrote: Hi, Since I knew there is a fix, I tried to install but failed. I download the ports(apache2, mod_jk & mod_jk2) from FreeBSD. The status is compiling & installing apache2 OK compiling mod_jk: # make ===> Extracting for mod_jk-1.2.3,1 >> Checksum OK for jakarta-tomcat-connectors-jk-1.2.3-src.tar.gz. ===> Patching for mod_jk-1.2.3,1 ===> Applying FreeBSD patches for mod_jk-1.2.3,1 cd /usr/ports/www/mod_jk/work/jakarta-tomcat-connectors-jk-1.2.3-src/jk/na ti ve; aclocal; /usr/local/bin/libtoolize aclocal: not found *** Error code 127 Stop in /usr/ports/www/mod_jk. compiling mod_jk2: # make ===> Building for mod_jk-apache2-1.2.2 Making all in common gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/common' gmake[1]: Nothing to be done for `all'. gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/common' Making all in apache-2.0 gmake[1]: Entering directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/apache-2.0' /bin/sh /usr/local/share/apache2/build/libtool --silent --mode=link cc -I/usr/local/include/apache2 -O -pipe -DUSE_APACHE_MD5 -I ../common -I /usr/local/jdk1.3.1/include -I /usr/local/jdk1.3.1/include/unix -D_REENTRANT -D_THREAD_SAFE -O -pipe -DNO_IDEA -O -pipe -D_REENTRANT -D_THREAD_SAFE -o mod_jk.la -module -rpath /usr/local/libexec/apache2 -avoid-version mod_jk.lo ../common/jk_ajp12_worker.lo ../common/jk_connect.lo ../common/jk_msg_buff.lo ../common/jk_util.lo ../common/jk_ajp13.lo ../common/jk_pool.lo ../common/jk_worker.lo ../common/jk_ajp13_worker.lo ../common/jk_lb_worker.lo ../common/jk_sockbuf.lo ../common/jk_map.lo ../common/jk_uri_worker_map.lo ../common/jk_ajp14.lo ../common/jk_ajp14_worker.lo ../common/jk_md5.lo ../common/jk_ajp_common.lo ../common/jk_context.lo libtool: link: `../common/jk_ajp12_worker.lo' is not a valid libtool object gmake[1]: *** [mod_jk.la] Error 1 gmake[1]: Leaving directory `/usr/ports/www/mod_jk2/work/jakarta-tomcat-connectors-jk-1.2.2-src/jk/ na tive/apache-2.0' gmake: *** [all-recursive] Error 1 *** Error code 2 Stop in /usr/ports/www/mod_jk2. The FreeBSD version is 4.8. I am new to FreeBSD, please help, thanks. Regards, Zhong Lun _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx" _______________________________________________ freebsd-java@xxxxxxxxxxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-java To unsubscribe, send any mail to "freebsd-java-unsubscribe@xxxxxxxxxxx"
Loading Comments...
Home | News | Patents | Sitemap | FAQ | advertise

Advertising by