ISPConfig SuSE 9.2

Discussion in 'Installation/Configuration' started by abselect, Oct 15, 2005.

  1. abselect

    abselect New Member

    Ok all went well at first ;-)
    made a few changes to compile as recomended

    ./compile changes as recomended

    --with-mysql=/usr/local/lib/mysql --disable-libxml --with-zlib-dir=/usr/lib64

    and did the bug fix for mysql libs

    got right through to make php then this...

    t -lz -lssl -lcrypto -lresolv -lm -ldl -lnsl -lcrypt -lcrypt -o libphp5.la
    /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: /root/ispconfig/openssl/lib/libssl.a(s2_srvr.o): relocation R_X86_64_32S against `ssl2_accept' can not be used when making a shared object; recompile with -fPIC
    /root/ispconfig/openssl/lib/libssl.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    make: *** [libphp5.la] Error 1
    ERROR: Could not make PHP

    So near but so far I can find no posts about this on

    :rolleyes:
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

  3. abselect

    abselect New Member

    hmm I think I see my mistake I am going to try this ./configure
    ./configure --with-apxs=${INSTALL_ROOT}/httpd/bin/apxs --enable-track-vars --enable-sockets --with-config-file-path=${INSTALL_ROOT}/php --enable-ftp --prefix=${INSTALL_ROOT}/php --with-openss --with-mysql=/usr/local/lib/mysql --disable-libxml --with-zlib-dir=/usr/lib64 || error "Could not configure PHP"
     
    Last edited: Oct 15, 2005
  4. abselect

    abselect New Member

    configure: error: The installed zlib version may contain a security bug. Please upgrade to 1.2.2 or later: http://www.zlib.net. You can omit this check with --disable-zlib-vcheck but DO NOT REPORT any stability issues then!
    ERROR: Could not configure ClamAV
    resolved the zlib with v 1.2.3 but....

    /usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: /usr/local/lib/libz.a(gzio.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
    /usr/local/lib/libz.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    make[2]: *** [libclamav.la] Error 1
    make[2]: Leaving directory `/root/Desktop/install_ispconfig/compile_aps/clamav-0.87/libclamav'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/Desktop/install_ispconfig/compile_aps/clamav-0.87'
    make: *** [all] Error 2
    ERROR: Could not make ClamAV

    err umm what do I do about this?
     
    Last edited: Oct 15, 2005
  5. falko

    falko Super Moderator Howtoforge Staff

  6. abselect

    abselect New Member

    I edited post above above does this change things?
     
  7. falko

    falko Super Moderator Howtoforge Staff

  8. abselect

    abselect New Member

    Ok things are getting a bit confusing now so to recap, I have got past numerous errors resolved buy following other posts (much appreciated) so I am now very near the end but I can not get past clamav

    make[1]: Entering directory `/root/Desktop/install_ispconfig/compile_aps/clamav-0.87'
    Making all in libclamav

    .
    . removed to reduce post size next comes the error I am having
    .
    make[1]:/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.4/../../../../x86_64-suse-linux/bin/ld: /usr/local/lib/libz.a(gzio.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
    /usr/local/lib/libz.a: could not read symbols: Bad value
    collect2: ld returned 1 exit status
    make[2]: *** [libclamav.la] Error 1
    make[2]: Leaving directory `/root/Desktop/install_ispconfig/compile_aps/clamav-0.87/libclamav'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/root/Desktop/install_ispconfig/compile_aps/clamav-0.87'
    make: *** [all] Error 2
    ERROR: Could not make ClamAV


    I installed zlib-1.2.3 but still I get the error

    OK so this seems like a solution

    run

    apt-get install zlib zlib-devel

    and start ISPconfig setup again ./setup
    then it will work.


    Pulled most of my hair out
     
    Last edited: Oct 17, 2005
  9. abselect

    abselect New Member

    Ok I got it all going now, thanks to all of you who have helped especially till and falko, your post hints were invaluable.
    x86_64 issues are a major headake
     
    Last edited: Oct 17, 2005

Share This Page