zend Tux's lil' helper
Joined: 10 Apr 2002 Posts: 112 Location: Shanghai,China
|
Posted: Fri Sep 19, 2003 1:55 am Post subject: oops proxy server install failed |
|
|
Code: | make
cd src; make
make[1]: Entering directory `/home/suse/oops-1.5.22/src'
gcc -g -O2 -Iyes/include -D_REENTRANT -DLINUX -DHAVE_CONFIG_H -DREGEX -c gnu_regex.c
gcc -c -g -O2 -Iyes/include -D_REENTRANT -DLINUX -DHAVE_CONFIG_H rwlock.c
cd modules; make
make[2]: Entering directory `/home/suse/oops-1.5.22/src/modules'
g++ -g -O2 -Iyes/include -D_REENTRANT -DLINUX -DHAVE_CONFIG_H -Lyes/lib -shared gigabase_db_api.cpp -export-dynamic -Lyes/lib -lpthread -lfl -lpam -lcrypt -ldl -Lyes/lib -ldb -o gigabase_db_api.so
In file included from ../environment.h:71,
from ../oops.h:26,
from gigabase_db_api.cpp:35:
../rwlock.h:54:1: warning: "PTHREAD_RWLOCK_INITIALIZER" redefined
In file included from ../environment.h:69,
from ../oops.h:26,
from gigabase_db_api.cpp:35:
/usr/include/pthread.h:47:1: warning: this is the location of the previous definition
In file included from ../environment.h:71,
from ../oops.h:26,
from gigabase_db_api.cpp:35:
../rwlock.h:68: conflicting types for `typedef struct
pthread_rwlock*pthread_rwlock_t'
/usr/include/bits/pthreadtypes.h:118: previous declaration as `typedef struct
_pthread_rwlock_t pthread_rwlock_t'
../rwlock.h:69: conflicting types for `typedef struct
pthread_rwlockattr*pthread_rwlockattr_t'
/usr/include/bits/pthreadtypes.h:126: previous declaration as `typedef struct
pthread_rwlockattr_t pthread_rwlockattr_t'
../rwlock.h:75: declaration of C function `int
pthread_rwlock_destroy(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:445: previous declaration `int
pthread_rwlock_destroy(pthread_rwlock_t*)' here
../rwlock.h:76: declaration of C function `int
pthread_rwlock_init(pthread_rwlock**, pthread_rwlockattr* const*)' conflicts
with
/usr/include/pthread.h:442: previous declaration `int
pthread_rwlock_init(pthread_rwlock_t*, const pthread_rwlockattr_t*)' here
../rwlock.h:77: declaration of C function `int
pthread_rwlock_rdlock(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:448: previous declaration `int
pthread_rwlock_rdlock(pthread_rwlock_t*)' here
../rwlock.h:78: declaration of C function `int
pthread_rwlock_tryrdlock(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:451: previous declaration `int
pthread_rwlock_tryrdlock(pthread_rwlock_t*)' here
../rwlock.h:79: declaration of C function `int
pthread_rwlock_trywrlock(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:464: previous declaration `int
pthread_rwlock_trywrlock(pthread_rwlock_t*)' here
../rwlock.h:80: declaration of C function `int
pthread_rwlock_unlock(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:474: previous declaration `int
pthread_rwlock_unlock(pthread_rwlock_t*)' here
../rwlock.h:81: declaration of C function `int
pthread_rwlock_wrlock(pthread_rwlock**)' conflicts with
/usr/include/pthread.h:461: previous declaration `int
pthread_rwlock_wrlock(pthread_rwlock_t*)' here
../rwlock.h:82: declaration of C function `int
pthread_rwlockattr_init(pthread_rwlockattr**)' conflicts with
/usr/include/pthread.h:480: previous declaration `int
pthread_rwlockattr_init(pthread_rwlockattr_t*)' here
../rwlock.h:83: declaration of C function `int
pthread_rwlockattr_getpshared(pthread_rwlockattr* const*, int*)' conflicts
with
/usr/include/pthread.h:488: previous declaration `int
pthread_rwlockattr_getpshared(const pthread_rwlockattr_t*, int*)' here
../rwlock.h:84: declaration of C function `int
pthread_rwlockattr_setpshared(pthread_rwlockattr**, int)' conflicts with
/usr/include/pthread.h:492: previous declaration `int
pthread_rwlockattr_setpshared(pthread_rwlockattr_t*, int)' here
../rwlock.h:85: declaration of C function `int
pthread_rwlockattr_destroy(pthread_rwlockattr**)' conflicts with
/usr/include/pthread.h:483: previous declaration `int
pthread_rwlockattr_destroy(pthread_rwlockattr_t*)' here
make[2]: *** [gigabase_db_api.so] Error 1
make[2]: Leaving directory `/home/suse/oops-1.5.22/src/modules'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/suse/oops-1.5.22/src'
make: *** [all] Error 2
|
I've installed DB,GIGABASE,Flex.but can't get it work.and emerge oops is failed too. |
|