Re: APXS issue.

2007-07-22 Thread Ralf Mattes
On Sat, 2007-07-21 at 18:32 -0500, William A. Rowe, Jr. wrote: > Farokh Irani wrote: > >> On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: > >> > >>> See any operating system documentation about shared libraries for > >>> more information, such as the ld(1) and ld.so(8) manual pages. > >>>

Re: APXS issue.

2007-07-22 Thread William A. Rowe, Jr.
Mike wrote: > On Sat, Jul 21, 2007 at 06:32:09PM -0500, William A. Rowe, Jr. wrote: >> You probably didn't ensure that the apache2 module structure to be declared >> in a C namespace as an export. My mod_aspdotnet is one such example, > He did. It's already declared as extern "C". Great! Wanted

Re: APXS issue.

2007-07-22 Thread Mike
On Sat, Jul 21, 2007 at 06:32:09PM -0500, William A. Rowe, Jr. wrote: > You probably didn't ensure that the apache2 module structure to be declared > in a C namespace as an export. My mod_aspdotnet is one such example, He did. It's already declared as extern "C". Kind regards.

Re: APXS issue.

2007-07-21 Thread William A. Rowe, Jr.
Farokh Irani wrote: >> On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: >> >>> See any operating system documentation about shared libraries for >>> more information, such as the ld(1) and ld.so(8) manual pages. >>> -- >>>

Re: APXS issue.

2007-07-21 Thread Farokh Irani
On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. -- chmod 755 /usr/local/libexec/apache

Re: APXS issue.

2007-07-18 Thread Farokh Irani
On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: I used the same command apxs -ic -S CC=g++ -n mod_fancy mod_fancy.cpp config.cpp (note that this is what had been suggest on this list a while back). Here is what happened when I ran apxs: devlinux# apxs -ic -S CC=g++ -n mod_fancy mod_

Re: APXS issue.

2007-07-18 Thread Ralf Mattes
On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: > Our intrepid hero, [...] > went through the > effort of install yet another linux variant, this time FreeBSD, Most likely there's a secret army of ninja demons heading towards your place right now-FreeBSD is _not_ a linux varinat! ;-) Ch

Re: APXS issue.

2007-07-18 Thread Ralf Mattes
On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: > I used the same command apxs -ic -S CC=g++ -n mod_fancy mod_fancy.cpp > config.cpp > (note that this is what had been suggest on this list a while back). > Here is what happened when I ran apxs: > > devlinux# apxs -ic -S CC=g++ -n mod_fan

Re: APXS issue.

2007-07-18 Thread Ralf Mattes
On Wed, 2007-07-18 at 07:23 -0400, Farokh Irani wrote: > See any operating system documentation about shared libraries for > more information, such as the ld(1) and ld.so(8) manual pages. > -- > chmod 755 /usr/local/libexec/apac

APXS issue.

2007-07-18 Thread Farokh Irani
Our intrepid hero, having found problems using APXS2 under Debian 4 (the whole issue of the symbol not being exported), went through the effort of install yet another linux variant, this time FreeBSD, and when complied using APXS yet again, the symbol is still not exported. Note the following: