> Allan, the problem lies with the link-edit while building the mod_jk2.so
> module. The Makefile produced in the some_path/native2/server/apache2/
> is buggy. There is some important libraries missing in the list.
>
> Also, I believe the configure is not checking everything properly. All
> prereqs should be check at the configure step and flagged if not
> satisfied.
>
> You can refer to the following final discussion in the current mailing
> list:
>
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg104016.html
>
> What is missing, is the proper JK_LDFLAGS definition which should be:
>
> JK_LDFLAGS=-L${APACHE2_LIBDIR} -lcrypt -lapr-0 -laprutil-0 -lgdbm
> -lexpat -ldb-4.0 -lpthread -ldl
>
> In my case, everything after -lcrypt was missing. And since we are
> building shared objects, symbols are resolved at runtime rather than at
> compile or link-edit time.
>

I used an rpm to install the connector.  Do you suggest I uninstall the rpm
and compile the source?
Thanks
Allan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to