Jump to content

Recommended Posts

Guest delta440
Posted

Hi, I'm trying to compile an apache add on but I keep getting this compiler error, and I'm not sure what to do to fix it.

 

 

Code:

make all-recursive

make[1]: Entering directory `/home/sysassist/mod_authz_ldap-0.27'

Making all in module

make[2]: Entering directory `/home/sysassist/mod_authz_ldap-0.27/module'

if /bin/sh ../libtool --mode=compile ` -q CC` -DHAVE_CONFIG_H -I. -I. -I.. -I` -q INCLUDEDIR` -I/include -DAUTHZ_LDAP_HAVE_SSL ` -q CFLAGS` ` -q CFLAGS_SHLIB` -g -O2 -MT mod_authz_ldap_la-auth.lo -MD -MP -MF ".deps/mod_authz_ldap_la-auth.Tpo" \

-c -o mod_authz_ldap_la-auth.lo `test -f 'auth.c' || echo './'`auth.c; \

then mv -f ".deps/mod_authz_ldap_la-auth.Tpo" ".deps/mod_authz_ldap_la-auth.Plo"; \

else rm -f ".deps/mod_authz_ldap_la-auth.Tpo"; exit 1; \

fi

/bin/sh: -q: command not found

/bin/sh: -q: command not found

/bin/sh: -q: command not found

/bin/sh: -q: command not found

libtool: unrecognized option `-DHAVE_CONFIG_H'

Try `libtool --help' for more information.

make[2]: *** [mod_authz_ldap_la-auth.lo] Error 1

make[2]: Leaving directory `/home/sysassist/mod_authz_ldap-0.27/module'

make[1]: *** [all-recursive] Error 1

make[1]: Leaving directory `/home/sysassist/mod_authz_ldap-0.27'

make: *** [all] Error 2

 

Continue reading...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...