php.de

Zurück   php.de > Webentwicklung > Server, Hosting und Workstations

Server, Hosting und Workstations Server-Konfigurationsdateien (.htaccess/httpd.conf) und Arbeiten auf Serverebene

Antwort
 
LinkBack Themen-Optionen Thema bewerten
Alt 24.07.2005, 20:54  
Erfahrener Benutzer
 
Registriert seit: 10.07.2003
Beiträge: 280
freq.9
freq.9 eine Nachricht über ICQ schicken freq.9 eine Nachricht über MSN schicken
Standard xmlrpc-epi kompilieren [gelöst]

Wenn ich xmlrpc-epi kompilieren will bekomme ich folgendes:

Code:
rhein:/tmp/mysql/xmlrpc-epi-php-0.51# ./configure --with-xmlrpc=/usr/local/Apache2/xmlrpc/base/ --with-php-config=/usr/local/Apache2/php/bin/php-config
loading cache ./config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking whether gcc and cc understand -c and -o together... (cached) yes
checking for PHP prefix... /usr/local/Apache2/php
checking for PHP includes... -I/usr/local/Apache2/php/include/php -I/usr/local/Apache2/php/include/php/main -I/usr/local/Apache2/php/include/php/TSRM -I/usr/local/Apache2/php/include/php/Zend
checking for PHP extension directory... /usr/local/Apache2/php/lib/php/extensions/no-debug-zts-20041030
checking for XMLRPC support... yes, shared
checking host system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking for ranlib... (cached) ranlib
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether ln -s works... (cached) yes
checking for object suffix... o
checking for executable suffix... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... no
checking if gcc static flag -static works... -static
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking command to parse /usr/bin/nm -B output... ok
checking how to hardcode library paths into programs... immediate
checking for /usr/bin/ld option to reload object files... -r
checking dynamic linker characteristics... Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for objdir... .libs
creating libtool
loading cache ./config.cache
checking for working mkdir -p... (cached) yes
creating config_vars.mk
creating Makefile
creating ./config.status
creating php_config.h
php_config.h is unchanged

rhein:/tmp/mysql/xmlrpc-epi-php-0.51# make && make install
make[1]: Entering directory `/tmp/mysql/xmlrpc-epi-php-0.51'
/bin/sh /tmp/mysql/xmlrpc-epi-php-0.51/libtool --mode=compile gcc  -I. -I/tmp/mysql/xmlrpc-epi-php-0.51/ -I/tmp/mysql/xmlrpc-epi-php-0.51/main -I/tmp/mysql/xmlrpc-epi-php-0.51 -I/usr/local/Apache2/php/include/php -I/usr/local/Apache2/php/include/php/main -I/usr/local/Apache2/php/include/php/TSRM -I/usr/local/Apache2/php/include/php/Zend -I/usr/local/Apache2/xmlrpc/base//include -I  -g -O2  -c xmlrpc-epi-php.c && touch xmlrpc-epi-php.slo
gcc -I. -I/tmp/mysql/xmlrpc-epi-php-0.51/ -I/tmp/mysql/xmlrpc-epi-php-0.51/main -I/tmp/mysql/xmlrpc-epi-php-0.51 -I/usr/local/Apache2/php/include/php -I/usr/local/Apache2/php/include/php/main -I/usr/local/Apache2/php/include/php/TSRM -I/usr/local/Apache2/php/include/php/Zend -I/usr/local/Apache2/xmlrpc/base//include -I -g -O2 -c xmlrpc-epi-php.c  -fPIC -DPIC -o xmlrpc-epi-php.lo
xmlrpc-epi-php.c:85: error: conflicting types for `second_arg_force_ref'
/usr/local/Apache2/php/include/php/Zend/zend_modules.h:36: error: previous declaration of `second_arg_force_ref'
xmlrpc-epi-php.c:85: error: `BYREF_NONE' undeclared here (not in a function)
xmlrpc-epi-php.c:85: error: initializer element is not constant
xmlrpc-epi-php.c:85: error: (near initialization for `second_arg_force_ref[1]')
xmlrpc-epi-php.c:85: error: `BYREF_FORCE' undeclared here (not in a function)
xmlrpc-epi-php.c:85: error: initializer element is not constant
xmlrpc-epi-php.c:85: error: (near initialization for `second_arg_force_ref[2]')
xmlrpc-epi-php.c:85: error: `BYREF_NONE' undeclared here (not in a function)
xmlrpc-epi-php.c:85: error: initializer element is not constant
xmlrpc-epi-php.c:85: error: (near initialization for `second_arg_force_ref[3]')
xmlrpc-epi-php.c:86: error: conflicting types for `first_arg_force_ref'
/usr/local/Apache2/php/include/php/Zend/zend_modules.h:35: error: previous declaration of `first_arg_force_ref'
xmlrpc-epi-php.c:86: error: `BYREF_FORCE' undeclared here (not in a function)
xmlrpc-epi-php.c:86: error: initializer element is not constant
xmlrpc-epi-php.c:86: error: (near initialization for `first_arg_force_ref[1]')
xmlrpc-epi-php.c:86: error: `BYREF_NONE' undeclared here (not in a function)
xmlrpc-epi-php.c:86: error: initializer element is not constant
xmlrpc-epi-php.c:86: error: (near initialization for `first_arg_force_ref[2]')
xmlrpc-epi-php.c:91: warning: initialization from incompatible pointer type
xmlrpc-epi-php.c:91: error: invalid application of `sizeof' to an incomplete type
xmlrpc-epi-php.c:94: warning: initialization from incompatible pointer type
xmlrpc-epi-php.c:94: error: invalid application of `sizeof' to an incomplete type
xmlrpc-epi-php.c: In function `set_zval_xmlrpc_type':
xmlrpc-epi-php.c:1356: error: structure has no member named `properties'
xmlrpc-epi-php.c:1357: error: structure has no member named `properties'
xmlrpc-epi-php.c:1365: error: `tsrm_ls' undeclared (first use in this function)
xmlrpc-epi-php.c:1365: error: (Each undeclared identifier is reported only once
xmlrpc-epi-php.c:1365: error: for each function it appears in.)
xmlrpc-epi-php.c: In function `get_zval_xmlrpc_type':
xmlrpc-epi-php.c:1414: error: `tsrm_ls' undeclared (first use in this function)
xmlrpc-epi-php.c: In function `zif_xmlrpc_is_fault':
xmlrpc-epi-php.c:1500: error: syntax error before ',' token
make[1]: *** [xmlrpc-epi-php.slo] Fehler 1
make[1]: Leaving directory `/tmp/mysql/xmlrpc-epi-php-0.51'
make: *** [all-recursive] Fehler 1
Woran liegt das?

Nebenbei:
Das Verzeichnis /tmp/mysql heisst lediglich so, weils vorher eigentlich nur kurz für die mysql sources war aber nun liegt da mehr drin rum und ich habs kein Lust umzubenennen.
freq.9 ist offline   Mit Zitat antworten
Sponsor Mitteilung
PHP Code Flüsterer

Registriert seit: 21.08.2005
Beiträge: 4682
PHP-Kenntnisse:
Fortgeschritten

Alt 24.07.2005, 21:13  
Erfahrener Benutzer
 
Registriert seit: 21.05.2008
Beiträge: 2.039
Sclot befindet sich auf einem aufstrebenden Ast
Standard

php_config.h is unchanged

^^ du machst schon nach einem fehlgeschlagenem make ein make clean && make distclean?

mhm... ansoensten fällt mir dazu jetzt auch erstmal nichts ein...
Sclot ist offline   Mit Zitat antworten
Alt 24.07.2005, 21:25  
Gast
 
Beiträge: n/a
Standard

http://xmlrpc-epi.sourceforge.net/main.php?t=projects
Zitat:
PHP
As of PHP 4.1.0, xmlrpc-epi-php is now included with PHP and can be compiled with a simple --with-xmlrpc argument to configure.
Mach's doch einfach so...
  Mit Zitat antworten
Alt 24.07.2005, 21:40  
Erfahrener Benutzer
 
Registriert seit: 10.07.2003
Beiträge: 280
freq.9
freq.9 eine Nachricht über ICQ schicken freq.9 eine Nachricht über MSN schicken
Standard

Zitat:
Zitat von Sclot
php_config.h is unchanged

^^ du machst schon nach einem fehlgeschlagenem make ein make clean && make distclean?

mhm... ansoensten fällt mir dazu jetzt auch erstmal nichts ein...
interessant aber bitte was?
freq.9 ist offline   Mit Zitat antworten
Alt 24.07.2005, 21:45  
Erfahrener Benutzer
 
Registriert seit: 10.07.2003
Beiträge: 280
freq.9
freq.9 eine Nachricht über ICQ schicken freq.9 eine Nachricht über MSN schicken
Standard

Zitat:
Zitat von VolkerK
http://xmlrpc-epi.sourceforge.net/main.php?t=projects
Zitat:
PHP
As of PHP 4.1.0, xmlrpc-epi-php is now included with PHP and can be compiled with a simple --with-xmlrpc argument to configure.
Mach's doch einfach so...
Okay es geht Danke
freq.9 ist offline   Mit Zitat antworten
Antwort


Themen-Optionen
Thema bewerten
Thema bewerten:

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an
Gehe zu

Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Blog API (XMLRPC) xeon PHP Tipps 2007 13 16.06.2007 02:47
[Erledigt] "Module" statisch kompilieren vs. extension PHP-Fortgeschrittene 5 22.04.2006 11:09
Apache-2.0.55 & PHP-5.1.1 / Problem beim Kompilieren freq.9 Server, Hosting und Workstations 2 06.01.2006 13:27
PDFlib-Lite kompilieren? Anotherone Server, Hosting und Workstations 2 05.11.2005 16:47
RedHat Apache kompilieren installieren Server, Hosting und Workstations 5 20.10.2005 19:29
MySQL auf vServer neu kompilieren bexxta Datenbanken 5 05.10.2005 00:03
PHP 4.3.9 mit Apache 1.3 kompilieren Server, Hosting und Workstations 1 30.11.2004 14:27
php-4.3.9 unter debian kompilieren PHP Tipps 2004-2 18 24.11.2004 13:26
Probleme beim PHP5 kompilieren / zlib fehler? Server, Hosting und Workstations 4 03.09.2004 15:39
bin grad beim php kompilieren... Sclot Server, Hosting und Workstations 24 19.08.2004 21:45
wie kann ich nen php-gtk script, für win kompilieren? eQuin PHP Tipps 2004 0 12.08.2004 18:43
PHPin Red Hat 9 kompilieren macht Probleme Server, Hosting und Workstations 5 10.08.2004 21:31
problem beim apache kompilieren... Sclot Server, Hosting und Workstations 14 08.08.2004 16:57
probleme beim kompilieren von php Server, Hosting und Workstations 1 22.07.2004 13:30

Besucher kamen über folgende Suchanfragen bei Google auf diese Seite
xmlrpc-epi-php.c:85: error: conflicting types for \'second_arg_force_ref\', first_arg_force_ref undeclared here (not in a function), xmlrpc-epi, error: \'second_arg_force_ref\' undeclared here, xmlrpc php, previous declaration of second_arg_force_ref, \configure: error: /bin/sh ./config.sub .with-xmlrpc-c failed\, xmlrpc-epi php, module xmlrpc-epi-php is not compiled in php, config_vars.mk, zend_modules.h:36: note: previous declaration of \'second_arg_force_ref\' was here, compiling php to enable xml-rpc support, with-xmlrpc[=dir], install xmlrpc-epi-php, with-xmlrpc kompilieren, xmlrpc-epi-php.c:85: error: \'byref_force\', type undeclared here (not in a function), /usr/include/php/zend/zend_modules.h:36: error: previous declaration of \'second_arg_force_ref\' was here, php error: \'tsrm_ls\' undeclared (first use in this function), xml-rpc apache rekompilieren

Alle Zeitangaben in WEZ +1. Es ist jetzt 21:25 Uhr.




Powered by vBulletin® Version 3.7.2 (Deutsch)
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Aprilia-Forum, Aquaristik-Forum, Liebeskummer-Forum, Zierfisch-Forum, Geizkragen-Forum

Creative Commons License
Dieser Inhalt ist unter einer Creative Commons-Lizenz lizenziert.