We're configuring with the following options: ./configure \ --disable-xml \ --disable-libxml \ --disable-dom \ --disable-simplexml \ --disable-xmlreader \ --disable-xmlwriter \ --without-pear \ --without-sqlite3 \ --without-pdo-sqlite \ when running 'make' we get the following error:
|
Ad Widget
Collapse
Fatal error compiling PHP 7.4 on Sol 10 - ld: fatal: wrong ELF class: ELFCLASS32
Collapse
X
-
Fatal error compiling PHP 7.4 on Sol 10 - ld: fatal: wrong ELF class: ELFCLASS32
Tags: None -
I think you're posting to the wrong forums. For help compiling PHP, you probably want to post on the PHP forums, not the Zabbix forums.
You may also want to consider including '-m64' in your CFLAGS before you run configure, but that's something for the PHP forums. -
Comment