apxs -i mod_auth_mysql.so question


Results 1 to 2 of 2

Thread: apxs -i mod_auth_mysql.so question

  1. #1
    Join Date
    Jan 2005
    Posts
    18

    apxs -i mod_auth_mysql.so question

    I need to install in the apache module directory and add to httpd.conf LoadModule So I can use in my htaccess because according to the docs its needs apxs -i mod_auth_mysql.so

    mod_auth_mysql.sohttp://modauthmysql.sourceforge.net/BUILD


    How do I go about installing apxs -i mod_auth_mysql.so and adding it correctly to httpd?

    Specs:
    Fedora Core 1
    CPanel 10.0

    Please help. I appreciate it.

  2. #2
    Join Date
    Jan 2005
    Posts
    18
    Ran this line: /usr/local/apache/bin/apxs -cia mod_auth_mysql.c

    got...

    gcc -DLINUX=22 -DHAVE_SET_DUMPABLE -I/usr/include/gdbm -DMOD_SSL=208122 -DUSE_HSREGEX -DEAPI -fpic -DSHARED_MODULE -I/usr/local/apache/include -c mod_auth_mysql.c
    gcc: mod_auth_mysql.c: No such file or directory
    gcc: no input files
    apxs:Break: Command failed with rc=1


    I located the file and found it here:
    /rpm/mod_auth_mysql-2.8.1/mod_auth_mysql.c

    I've also tried this line (as stated in the link I provided)

    root@nitrodx [~]# apxs -c -lmysqlclient -lm -lz mod_auth_mysql.c
    -bash: apxs: command not found

    I hope someone knows how to do this

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •