Hello,

during ./configure of OpenCA 0.9.2.5 I got some error messages, that
two files (vfork.h and ac_nonexistent.h) are missing. Where can I get
them from or in which packet / library can they bin found? A find
-name ... did not find them on my system. Or can this problem be
ignored

Hope you can help you. Thanks a lot already now.

My config.log:

linux:/usr/src/OpenCA-0.9.2.5 # cat config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by OpenCA configure pre0.9.2, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/usr/local/openca.0.9.2
--disable-external-modules
--with-openca-prefix=/usr/local/openca.0.9.2/openca
--with-etc-prefix=/usr/local/openca.0.9.2/openca/etc
--with-htdocs-fs-prefix=/srv/www/htdocs/openca
--with-cgi-fs-prefix=/srv/www/cgi-bin/openca
--with-module-prefix=/usr/local/openca.0.9.2/modules
--with-openssl-prefix=/usr/share/ssl --with-engine=no
--with-web-host=localhost --with-ca-organization=openca
--with-ca-country=lan --with-ca-locality=Wuerzburg
--with-ldap-port=389 --with-ldap-root=cn=Manager,o=openca,c=lan
--with-ldap-root-pwd=openca --enable-openldap=yes --enable-ocspd
--enable-scep --enable-dbi --disable-db --disable-rbac
[EMAIL PROTECTED]
--with-sendmail=/usr/sbin/sendmail
--with-mailprogram=/usr/sbin/sendmail -n -t --with-httpd-user=wwwrun
--with-httpd-group=www --with-openca-user=openca
--with-openca-group=openca --with-db-type=MySQL --with-db-name=openca
--with-db-host=localhost --with-db-port=3306 --with-db-user=openca
--with-db-passwd=openca

## --------- ##
## Platform. ##
## --------- ##

hostname = linux
uname -m = i686
uname -r = 2.6.11.4-20a-default
uname -s = Linux
uname -v = #1 Wed Mar 23 21:52:37 UTC 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

[...]
configure:2366: result: none needed
configure:2384: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2390: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2521: checking whether make sets $(MAKE)
configure:2541: result: yes
configure:2586: checking how to run the C preprocessor
configure:2621: gcc -E  conftest.c
configure:2627: $? = 0
configure:2659: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2665: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCA"
| #define PACKAGE_TARNAME "openca"
| #define PACKAGE_VERSION "pre0.9.2"
| #define PACKAGE_STRING "OpenCA pre0.9.2"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2704: result: gcc -E
configure:2728: gcc -E  conftest.c
configure:2734: $? = 0
configure:2766: gcc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:2772: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCA"
| #define PACKAGE_TARNAME "openca"
| #define PACKAGE_VERSION "pre0.9.2"
| #define PACKAGE_STRING "OpenCA pre0.9.2"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2816: checking for egrep

[...]

configure:3553: gcc -c -g -O2  conftest.c >&5
conftest.c:59:19: vfork.h: No such file or directory
configure:3559: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCA"
| #define PACKAGE_TARNAME "openca"
| #define PACKAGE_VERSION "pre0.9.2"
| #define PACKAGE_STRING "OpenCA pre0.9.2"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <vfork.h>
configure:3581: result: no
configure:3585: checking vfork.h presence
configure:3595: gcc -E  conftest.c
conftest.c:25:19: vfork.h: No such file or directory
configure:3601: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "OpenCA"
| #define PACKAGE_TARNAME "openca"
| #define PACKAGE_VERSION "pre0.9.2"
| #define PACKAGE_STRING "OpenCA pre0.9.2"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define STDC_HEADERS 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| /* end confdefs.h.  */
| #include <vfork.h>
configure:3621: result: no
configure:3656: checking for vfork.h
configure:3663: result: no
configure:3681: checking for fork
configure:3738: gcc -o conftest -g -O2   conftest.c  >&5

[...]

Output of ./configure
[...]
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes

[...]

configure: creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
shared libraries... yes
libtool.m4: error: problem compiling CXX test program
checking for g++ option to produce PIC...
checking if g++ supports -c -o file.o... no
checking whether the g++ linker (/usr/i586-suse-linux/bin/ld) supports
shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openca-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openca-users

Reply via email to