I use xampp. so mysql is fine. would u like all of the stuff that I
ALSO i have mac os x server 10.4.11 if that matters.... dout it...
get when doing the commands. Clues? LOL mmmm k. I ah have xcode installed.
i first loggged in as ROot doing SUdo su.
./configure --localstatedir=/var --prefix=/usr --sysconfdir=/etc
--with-wwwroot=/var/www
thats the command i used. to configure it.
The config.txt is a log of what i see when configuring lol
and ofcource make.txt is what happends when making.
i dout u'll need make install's because it wont matter much.... it
shows same issue.
and now i got it 2 mostly install..... but it gives me 503 error for logging
in at localhost:9090
it doesnt work at all with a domain...
The --mysql=no works mostly... i see some errors still heres 2 logs of what
it shows with the --mysql=no line OUT
On Sun, Apr 27, 2008 at 10:51 AM, Alvaro Lopez Ortega <[EMAIL PROTECTED]>
wrote:
> On 27 Apr 2008, at 17:11, Ed Kraus wrote:
>
> Well 2 ppl have a problem installing cherokee. I'll tell my situation, I
> > have a Mac os X.
> > And i can do ./configure
> > but get errors doin make and ofcource make install.
> > i dunno if this matters but i am running another temp server. But i get
> > the error with and without the other server being on.
> >
> > gcc: -E, -S, -save-temps and -M options are not allowed with multiple
> > -arch flags
> > make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> >
> > theres the error. hope someone can figure it out.. the top line is what
> > was last shown.
> >
>
> It isn't like you gave me many clues, but it looks like something is wrong
> with your mysql set up, or at least it is giving a wrong set of compiler
> parameters to the Cherokee installation.
>
> Try to do this on the top cherokee source directory. What does it report?
>
> $ grep MYSQL Makefile
>
> Another thing you could test is to add the --with-mysql=no to the
> ./configure invocation.
>
> --
> Greetings, alo.
>
>
--
Ed Kraus
imacg5:/Users/admin/Desktop/cherokee-0.6.1 root# ./configure
--localstatedir=/var --prefix=/usr --sysconfdir=/etc --with-wwwroot=/var/www
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking initial CFLAGS...
checking build system type... powerpc-apple-darwin8.11.1
checking host system type... powerpc-apple-darwin8.11.1
checking host platform characteristics... ok
checking whether to enable maintainer-specific portions of Makefiles... no
checking for cherokee... no
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ld used by gcc... /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld) is GNU
ld... no
checking for /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld option to reload
object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking dependency style of g++... (cached) gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether accepts -g... no
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker
(/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld
checking if the linker (/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld) is GNU
ld... no
checking whether the g++ linker
(/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld) supports shared libraries...
yes
checking for g++ option to produce PIC... -fno-common
checking if g++ PIC flag -fno-common works... yes
checking if g++ static flag -static works... no
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker
(/usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld) supports shared libraries...
yes
checking dynamic linker characteristics... darwin8.11.1 dyld
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether closedir returns void... no
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for vprintf... yes
checking for _doprnt... no
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... yes
checking for inline... inline
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for library containing opendir... (cached) none required
checking whether time.h and sys/time.h may both be included... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking endian.h usability... no
checking endian.h presence... no
checking for endian.h... no
checking machine/endian.h usability... yes
checking machine/endian.h presence... yes
checking for machine/endian.h... yes
checking sys/endian.h usability... no
checking sys/endian.h presence... no
checking for sys/endian.h... no
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/tcp.h usability... yes
checking netinet/tcp.h presence... yes
checking for netinet/tcp.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking resource.h usability... no
checking resource.h presence... no
checking for resource.h... no
checking for unistd.h... (cached) yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking error.h usability... no
checking error.h presence... no
checking for error.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking sys/filio.h usability... yes
checking sys/filio.h presence... yes
checking for sys/filio.h... yes
checking sys/varargs.h usability... no
checking sys/varargs.h presence... no
checking for sys/varargs.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking winsock.h usability... no
checking winsock.h presence... no
checking for winsock.h... no
checking for winsock.h... (cached) no
checking winsock2.h usability... no
checking winsock2.h presence... no
checking for winsock2.h... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for size_t... yes
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... (cached) yes
checking for pid_t... yes
checking for struct stat.st_rdev... yes
checking for ino_t... yes
checking for loff_t... no
checking for offset_t... no
checking for ssize_t... yes
checking for wchar_t... yes
checking for int... yes
checking size of int... 4
checking for unsigned int... yes
checking size of unsigned int... 4
checking for unsigned long... yes
checking size of unsigned long... 4
checking for unsigned long long... yes
checking size of unsigned long long... 8
checking for unsigned int... (cached) yes
checking size of unsigned int... (cached) 4
checking for off_t... (cached) yes
checking size of off_t... 8
checking for size_t... (cached) yes
checking size of size_t... 4
checking for long long... yes
checking for working memcmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for gmtime... yes
checking for gmtime_r... yes
checking for localtime... yes
checking for localtime_r... yes
checking for getrlimit... yes
checking for getdtablesize... yes
checking for readdir... yes
checking for readdir_r... yes
checking for flockfile... yes
checking for funlockfile... yes
checking for getpwnam_r with 5 parameters... yes
checking for getpwuid_r with 5 parameters... yes
checking for getgrnam_r with 5 parameters... yes
checking for getgrgid_r with 5 parameters... yes
checking for struct tm.tm_gmtoff... yes
checking for main in -lws2_32... no
checking for main in -lwsock32... no
checking for socket... yes
checking for library containing accept... none required
checking for library containing bind... none required
checking for library containing listen... none required
checking for library containing setsockopt... none required
checking for poll... yes
checking for kqueue... yes
checking for select... yes
checking sys/epoll.h usability... no
checking sys/epoll.h presence... no
checking for sys/epoll.h... no
checking port.h usability... no
checking port.h presence... no
checking for port.h... no
checking for library containing inet_pton... none required
checking for inet_pton... yes
checking for inet_ntop... yes
checking for inet_addr... yes
checking for library containing gethostbyname... none required
checking for gethostbyname... yes
checking for gethostbyname_r... no
checking for library containing inet_addr... none required
checking for inet_addr... (cached) yes
checking whether TCP_CORK is a valid TCP socket option... no
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for special a pthread case... no
checking for main in -lpthread... yes
checking for pthread_rwlock_t support... ok
checking for pthread_attr_setschedpolicy... yes
checking for syslog... yes
checking for vsyslog... yes
checking for strsep... yes
checking for strcasestr... yes
checking for memmove... yes
checking for strerror... yes
checking for bcopy... yes
checking for strlcat... yes
checking whether va_list assignments need array notation... no
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for global timezone... no
checking for RTLD_NEXT from dlfcn.h... yes
checking for RTLD_LOCAL from dlfcn.h... yes
checking for RTLD_GLOBAL from dlfcn.h... yes
checking for RTLD_NOW from dlfcn.h... yes
checking for off64_t... no
checking for libraries containing socket functions... -lc
checking whether to check to support sendfile... yes
checking for readdir_r... 3 arguments
checking for library containing getaddrinfo... none required
checking for library containing getnameinfo... none required
checking for library containing gai_strerror... none required
checking for gai_strerror... yes
checking for working getaddrinfo... yes
checking for working getnameinfo... yes
checking if struct sockaddr_un exists... yes
checking if struct sockaddr_in6 exists... yes
checking if struct sockaddr_storage exists... yes
checking if the system supports IPv6... yes
checking whether setsockopt(SO_RCVTIMEO) is broken... no
checking for socklen_t... yes
./configure: line 34201: int: command not found
checking whether our compiler supports __func__... yes
checking for pcre_compile in -lpcre... no
checking pcre.h usability... no
checking pcre.h presence... no
checking for pcre.h... no
checking for pam_start in -lpam... yes
checking for _pam_dispatch in -lpam... yes
checking security/pam_modules.h usability... no
checking security/pam_modules.h presence... no
checking for security/pam_modules.h... no
checking security/_pam_macros.h usability... no
checking security/_pam_macros.h presence... no
checking for security/_pam_macros.h... no
checking security/pam_appl.h usability... no
checking security/pam_appl.h presence... no
checking for security/pam_appl.h... no
checking crypt.h usability... no
checking crypt.h presence... no
checking for crypt.h... no
checking for crypt... yes
checking for crypt in -lcrypt... no
checking for crypt_r... no
checking for crypt_r in -lcrypt... no
checking for pkg-config... no
checking for GNUTLS... checking for BN_init in -lcrypto... yes
checking openssl/engine.h usability... yes
checking openssl/engine.h presence... yes
checking for openssl/engine.h... yes
checking for SSL_accept in -lssl... yes
checking for ldap_init in -lldap... yes
checking ldap.h usability... yes
checking ldap.h presence... yes
checking for ldap.h... yes
checking for ldap_start_tls_s in -lldap... yes
checking for mysql_config... /usr/bin/mysql_config
checking for MySQL libraries... yes
checking if MySQL version is >= 4.0.0... yes
checking for Python's docutils... no
*WARNING*: Python module docutils is not installed!
It will not be able to generate the documentation.
checking for php-cgi... no
checking supports FastCGI... no
checking for /usr/lib/cgi-bin/php-cgi... no
checking for /usr/bin/php-cgi... no
checking for /usr/local/bin/php-cgi... no
checking for /usr/lib/cgi-bin/php-cgi... no
checking for /usr/bin/php-cgi... no
checking for /usr/local/bin/php-cgi... no
checking module "error_redir"... dynamic
checking module "server_info"... dynamic
checking module "file"... dynamic
checking module "admin"... dynamic
checking module "dirlist"... dynamic
checking module "fcgi"... dynamic
checking module "fastcgi"... dynamic
checking module "scgi"... dynamic
checking module "redir"... dynamic
checking module "common"... dynamic
checking module "nn"... dynamic
checking module "cgi"... dynamic
checking module "phpcgi"... dynamic
checking module "mirror"... dynamic
checking module "gzip"... dynamic
checking module "ncsa"... dynamic
checking module "combined"... dynamic
checking module "w3c"... dynamic
checking module "ldap"... dynamic
checking module "mysql"... dynamic
checking module "htpasswd"... dynamic
checking module "plain"... dynamic
checking module "htdigest"... dynamic
checking module "round_robin"... dynamic
configure: creating ./config.status
config.status: creating Makefile
config.status: creating cget/Makefile
config.status: creating cherokee-config
config.status: creating cherokee.pc
config.status: creating cherokee.spec
config.status: creating cherokee/Makefile
config.status: creating cherokee/Makefile.MingW
config.status: creating contrib/Makefile
config.status: creating icons/Makefile
config.status: creating m4/Makefile
config.status: creating qa/Makefile
config.status: creating doc/Makefile
config.status: creating themes/Makefile
config.status: creating windows/Makefile
config.status: creating windows/cherokee.nsi
config.status: creating www/Makefile
config.status: creating admin/Makefile
config.status: creating admin/static/Makefile
config.status: creating admin/static/js/Makefile
config.status: creating admin/static/css/Makefile
config.status: creating admin/static/images/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
============================
Install prefix /usr
cflags -g -O2
trace no
sendfile() no
IPv6 support yes
Polling method 1 kqueue
Polling method 2 poll
Polling method 3 select
Threading support yes
TLS support openssl
PCRE library built-in
Compatible PAM no
LDAP yes
MySQL yes
crypt support single thread
Installation dir /usr/bin
============================
+--------------------------------------------------------------------+
| License: |
| This software is subject to the GPL License, available in this |
| distribution in the file COPYING. By continuing this installation |
| process, you are bound by the terms of this license agreement. |
| If you do not agree with the terms of this license, you must abort |
| the installation process at this point. |
+--------------------------------------------------------------------+
Thank you for using Cherokee.
imacg5:/Users/admin/Desktop/cherokee-0.6.1 root# make
make all-recursive
Making all in m4
make[2]: Nothing to be done for `all'.
Making all in contrib
make[2]: Nothing to be done for `all'.
Making all in www
make[2]: Nothing to be done for `all'.
Making all in icons
make[2]: Nothing to be done for `all'.
Making all in doc
make[2]: Nothing to be done for `all'.
Making all in themes
make[2]: Nothing to be done for `all'.
Making all in qa
make[2]: Nothing to be done for `all'.
Making all in cherokee
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-DPCRE_STATIC -D_REENTRANT -I.. -DCHEROKEE_COMPILATION
-DCHEROKEE_PLUGINDIR="\""/usr/lib/cherokee"\""
-DCHEROKEE_DEPSDIR=\"""/usr/share/cherokee/deps""\"
-DCHEROKEE_DATADIR=\"""/usr/share/cherokee""\"
-DCHEROKEE_VAR_RUN=\""/var/run"\" -DCHEROKEE_CONFDIR=\""/etc/cherokee"\"
-DCHEROKEE_SRV_PATH=\""/usr/sbin/cherokee"\"
-DCHEROKEE_ICONSDIR=\""/usr/share/cherokee/icons"\"
-DCHEROKEE_THEMEDIR=\""/usr/share/cherokee/themes"\"
-DCHEROKEE_PANIC_PATH=\""/usr/bin/cherokee-panic"\" -g -O2 -MT
libcherokee_server_la-plugin_loader.lo -MD -MP -MF
.deps/libcherokee_server_la-plugin_loader.Tpo -c -o
libcherokee_server_la-plugin_loader.lo `test -f 'plugin_loader.c' || echo
'./'`plugin_loader.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPCRE_STATIC -D_REENTRANT -I..
-DCHEROKEE_COMPILATION -DCHEROKEE_PLUGINDIR=\"/usr/lib/cherokee\"
-DCHEROKEE_DEPSDIR=\"/usr/share/cherokee/deps\"
-DCHEROKEE_DATADIR=\"/usr/share/cherokee\" -DCHEROKEE_VAR_RUN=\"/var/run\"
-DCHEROKEE_CONFDIR=\"/etc/cherokee\" -DCHEROKEE_SRV_PATH=\"/usr/sbin/cherokee\"
-DCHEROKEE_ICONSDIR=\"/usr/share/cherokee/icons\"
-DCHEROKEE_THEMEDIR=\"/usr/share/cherokee/themes\"
-DCHEROKEE_PANIC_PATH=\"/usr/bin/cherokee-panic\" -g -O2 -MT
libcherokee_server_la-plugin_loader.lo -MD -MP -MF
.deps/libcherokee_server_la-plugin_loader.Tpo -c plugin_loader.c -fno-common
-DPIC -o .libs/libcherokee_server_la-plugin_loader.o
gcc -DHAVE_CONFIG_H -I. -I.. -DPCRE_STATIC -D_REENTRANT -I..
-DCHEROKEE_COMPILATION -DCHEROKEE_PLUGINDIR=\"/usr/lib/cherokee\"
-DCHEROKEE_DEPSDIR=\"/usr/share/cherokee/deps\"
-DCHEROKEE_DATADIR=\"/usr/share/cherokee\" -DCHEROKEE_VAR_RUN=\"/var/run\"
-DCHEROKEE_CONFDIR=\"/etc/cherokee\" -DCHEROKEE_SRV_PATH=\"/usr/sbin/cherokee\"
-DCHEROKEE_ICONSDIR=\"/usr/share/cherokee/icons\"
-DCHEROKEE_THEMEDIR=\"/usr/share/cherokee/themes\"
-DCHEROKEE_PANIC_PATH=\"/usr/bin/cherokee-panic\" -g -O2 -MT
libcherokee_server_la-plugin_loader.lo -MD -MP -MF
.deps/libcherokee_server_la-plugin_loader.Tpo -c plugin_loader.c -o
libcherokee_server_la-plugin_loader.o >/dev/null 2>&1
mv -f .deps/libcherokee_server_la-plugin_loader.Tpo
.deps/libcherokee_server_la-plugin_loader.Plo
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -export-symbols-regex
"^[^_].*" -version-info 0:1:0 -o libcherokee-server.la -rpath /usr/lib
libcherokee_server_la-connection.lo
libcherokee_server_la-handler.lo libcherokee_server_la-config_entry.lo
libcherokee_server_la-virtual_entries.lo libcherokee_server_la-dirs_table.lo
libcherokee_server_la-exts_table.lo libcherokee_server_la-reqs_list.lo
libcherokee_server_la-reqs_list_entry.lo libcherokee_server_la-server.lo
libcherokee_server_la-virtual_server_names.lo
libcherokee_server_la-virtual_server.lo libcherokee_server_la-encoder.lo
libcherokee_server_la-encoder_table.lo libcherokee_server_la-logger.lo
libcherokee_server_la-logger_writer.lo libcherokee_server_la-thread.lo
libcherokee_server_la-module.lo libcherokee_server_la-validator.lo
libcherokee_server_la-plugin_loader.lo libcherokee_server_la-icons.lo
libcherokee_server_la-handler_error.lo libcherokee_server_la-nonce.lo
libcherokee_server_la-balancer.lo libcherokee_server_la-source.lo
libcherokee_server_la-source_interpreter.lo -lssl -lpthread -D_REENTRANT
libcherokee-base.la -lcrypto -ldl
rm -fr .libs/libcherokee-server.0.0.1.dylib .libs/libcherokee-server.0.dylib
.libs/libcherokee-server.a .libs/libcherokee-server.dylib
.libs/libcherokee-server.exp .libs/libcherokee-server.la
.libs/libcherokee-server.lai
generating symbol list for `libcherokee-server.la'
/usr/bin/nm -p .libs/libcherokee_server_la-connection.o
.libs/libcherokee_server_la-handler.o
.libs/libcherokee_server_la-config_entry.o
.libs/libcherokee_server_la-virtual_entries.o
.libs/libcherokee_server_la-dirs_table.o
.libs/libcherokee_server_la-exts_table.o
.libs/libcherokee_server_la-reqs_list.o
.libs/libcherokee_server_la-reqs_list_entry.o
.libs/libcherokee_server_la-server.o
.libs/libcherokee_server_la-virtual_server_names.o
.libs/libcherokee_server_la-virtual_server.o
.libs/libcherokee_server_la-encoder.o
.libs/libcherokee_server_la-encoder_table.o
.libs/libcherokee_server_la-logger.o
.libs/libcherokee_server_la-logger_writer.o
.libs/libcherokee_server_la-thread.o .libs/libcherokee_server_la-module.o
.libs/libcherokee_server_la-validator.o
.libs/libcherokee_server_la-plugin_loader.o .libs/libcherokee_server_la-icons.o
.libs/libcherokee_server_la-handler_error.o .libs/libcherokee_server_la-nonce.o
.libs/libcherokee_server_la-balancer.o .libs/libcherokee_server_la-source.o
.libs/libcherokee_server_la-source_interpreter.o | sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2
\2/p' | /usr/bin/sed 's/.* //' | sort | uniq > .libs/libcherokee-server.exp
/usr/bin/grep -E -e "^[^_].*" ".libs/libcherokee-server.exp" >
".libs/libcherokee-server.expT"
mv -f ".libs/libcherokee-server.expT" ".libs/libcherokee-server.exp"
sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," <
.libs/libcherokee-server.exp > .libs/libcherokee-server-symbols.expsym
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o
.libs/libcherokee-server.0.dylib .libs/libcherokee_server_la-connection.o
.libs/libcherokee_server_la-handler.o
.libs/libcherokee_server_la-config_entry.o
.libs/libcherokee_server_la-virtual_entries.o
.libs/libcherokee_server_la-dirs_table.o
.libs/libcherokee_server_la-exts_table.o
.libs/libcherokee_server_la-reqs_list.o
.libs/libcherokee_server_la-reqs_list_entry.o
.libs/libcherokee_server_la-server.o
.libs/libcherokee_server_la-virtual_server_names.o
.libs/libcherokee_server_la-virtual_server.o
.libs/libcherokee_server_la-encoder.o
.libs/libcherokee_server_la-encoder_table.o
.libs/libcherokee_server_la-logger.o
.libs/libcherokee_server_la-logger_writer.o
.libs/libcherokee_server_la-thread.o .libs/libcherokee_server_la-module.o
.libs/libcherokee_server_la-validator.o
.libs/libcherokee_server_la-plugin_loader.o .libs/libcherokee_server_la-icons.o
.libs/libcherokee_server_la-handler_error.o .libs/libcherokee_server_la-nonce.o
.libs/libcherokee_server_la-balancer.o .libs/libcherokee_server_la-source.o
.libs/libcherokee_server_la-source_interpreter.o -lssl -lpthread
./.libs/libcherokee-base.0.0.1.dylib -lcrypto -ldl -install_name
/usr/lib/libcherokee-server.0.dylib -Wl,-compatibility_version -Wl,1
-Wl,-current_version -Wl,1.1
nmedit -s .libs/libcherokee-server-symbols.expsym
.libs/libcherokee-server.0.dylib
(cd .libs && rm -f libcherokee-server.dylib && ln -s libcherokee-server.0.dylib
libcherokee-server.dylib)
(cd .libs && rm -f libcherokee-server.0.0.1.dylib && ln -s
libcherokee-server.0.dylib libcherokee-server.0.0.1.dylib)
ar cru .libs/libcherokee-server.a libcherokee_server_la-connection.o
libcherokee_server_la-handler.o libcherokee_server_la-config_entry.o
libcherokee_server_la-virtual_entries.o libcherokee_server_la-dirs_table.o
libcherokee_server_la-exts_table.o libcherokee_server_la-reqs_list.o
libcherokee_server_la-reqs_list_entry.o libcherokee_server_la-server.o
libcherokee_server_la-virtual_server_names.o
libcherokee_server_la-virtual_server.o libcherokee_server_la-encoder.o
libcherokee_server_la-encoder_table.o libcherokee_server_la-logger.o
libcherokee_server_la-logger_writer.o libcherokee_server_la-thread.o
libcherokee_server_la-module.o libcherokee_server_la-validator.o
libcherokee_server_la-plugin_loader.o libcherokee_server_la-icons.o
libcherokee_server_la-handler_error.o libcherokee_server_la-nonce.o
libcherokee_server_la-balancer.o libcherokee_server_la-source.o
libcherokee_server_la-source_interpreter.o
ranlib .libs/libcherokee-server.a
creating libcherokee-server.la
(cd .libs && rm -f libcherokee-server.la && ln -s ../libcherokee-server.la
libcherokee-server.la)
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -export-symbols-regex
"^[^_].*" -version-info 0:1:0 -o libcherokee-config.la -rpath /usr/lib
connection_info.lo admin_client.lo -lpthread -D_REENTRANT libcherokee-base.la
libcherokee-client.la libcherokee-server.la -lcrypto -ldl
rm -fr .libs/libcherokee-config.0.0.1.dylib .libs/libcherokee-config.0.dylib
.libs/libcherokee-config.a .libs/libcherokee-config.dylib
.libs/libcherokee-config.exp .libs/libcherokee-config.la
.libs/libcherokee-config.lai
generating symbol list for `libcherokee-config.la'
/usr/bin/nm -p .libs/connection_info.o .libs/admin_client.o | sed -n -e
's/^.*[ ]\([BCDEGRST][BCDEGRST]*\)[ ][
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort |
uniq > .libs/libcherokee-config.exp
/usr/bin/grep -E -e "^[^_].*" ".libs/libcherokee-config.exp" >
".libs/libcherokee-config.expT"
mv -f ".libs/libcherokee-config.expT" ".libs/libcherokee-config.exp"
sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," <
.libs/libcherokee-config.exp > .libs/libcherokee-config-symbols.expsym
gcc -dynamiclib ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o
.libs/libcherokee-config.0.dylib .libs/connection_info.o .libs/admin_client.o
-lpthread ./.libs/libcherokee-base.0.0.1.dylib
./.libs/libcherokee-client.0.0.1.dylib
/Users/admin/Desktop/cherokee-0.6.1/cherokee/.libs/libcherokee-base.0.0.1.dylib
./.libs/libcherokee-server.0.0.1.dylib -lcrypto -ldl -install_name
/usr/lib/libcherokee-config.0.dylib -Wl,-compatibility_version -Wl,1
-Wl,-current_version -Wl,1.1
nmedit -s .libs/libcherokee-config-symbols.expsym
.libs/libcherokee-config.0.dylib
(cd .libs && rm -f libcherokee-config.dylib && ln -s libcherokee-config.0.dylib
libcherokee-config.dylib)
(cd .libs && rm -f libcherokee-config.0.0.1.dylib && ln -s
libcherokee-config.0.dylib libcherokee-config.0.0.1.dylib)
ar cru .libs/libcherokee-config.a connection_info.o admin_client.o
ranlib .libs/libcherokee-config.a
creating libcherokee-config.la
(cd .libs && rm -f libcherokee-config.la && ln -s ../libcherokee-config.la
libcherokee-config.la)
/bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -export-symbols-regex
"^[^_].*" -module -avoid-version -export-dynamic -o libplugin_admin.la
-rpath "/usr/lib/cherokee" handler_admin.lo admin_server.lo
libcherokee-config.la libcherokee-client.la -lcrypto -ldl
rm -fr .libs/libplugin_admin.a .libs/libplugin_admin.exp
.libs/libplugin_admin.la .libs/libplugin_admin.lai .libs/libplugin_admin.so
generating symbol list for `libplugin_admin.la'
/usr/bin/nm -p .libs/handler_admin.o .libs/admin_server.o | sed -n -e 's/^.*[
]\([BCDEGRST][BCDEGRST]*\)[ ][
]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' | /usr/bin/sed 's/.* //' | sort |
uniq > .libs/libplugin_admin.exp
/usr/bin/grep -E -e "^[^_].*" ".libs/libplugin_admin.exp" >
".libs/libplugin_admin.expT"
mv -f ".libs/libplugin_admin.expT" ".libs/libplugin_admin.exp"
sed -e "s,#.*,," -e "s,^[ ]*,," -e "s,^\(..*\),_&," < .libs/libplugin_admin.exp
> .libs/libplugin_admin-symbols.expsym
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o
.libs/libplugin_admin.so -bundle .libs/handler_admin.o .libs/admin_server.o
./.libs/libcherokee-config.0.0.1.dylib
/Users/admin/Desktop/cherokee-0.6.1/cherokee/.libs/libcherokee-client.0.0.1.dylib
/Users/admin/Desktop/cherokee-0.6.1/cherokee/.libs/libcherokee-server.0.0.1.dylib
/Users/admin/Desktop/cherokee-0.6.1/cherokee/.libs/libcherokee-base.0.0.1.dylib
./.libs/libcherokee-client.0.0.1.dylib -lcrypto -ldl
nmedit -s .libs/libplugin_admin-symbols.expsym .libs/libplugin_admin.so
ar cru .libs/libplugin_admin.a handler_admin.o admin_server.o
ranlib .libs/libplugin_admin.a
creating libplugin_admin.la
(cd .libs && rm -f libplugin_admin.la && ln -s ../libplugin_admin.la
libplugin_admin.la)
/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I..
-DPCRE_STATIC -D_REENTRANT -I.. -DCHEROKEE_COMPILATION
-DCHEROKEE_PLUGINDIR="\""/usr/lib/cherokee"\""
-DCHEROKEE_DEPSDIR=\"""/usr/share/cherokee/deps""\"
-DCHEROKEE_DATADIR=\"""/usr/share/cherokee""\"
-DCHEROKEE_VAR_RUN=\""/var/run"\" -DCHEROKEE_CONFDIR=\""/etc/cherokee"\"
-DCHEROKEE_SRV_PATH=\""/usr/sbin/cherokee"\"
-DCHEROKEE_ICONSDIR=\""/usr/share/cherokee/icons"\"
-DCHEROKEE_THEMEDIR=\""/usr/share/cherokee/themes"\"
-DCHEROKEE_PANIC_PATH=\""/usr/bin/cherokee-panic"\" -I/usr/include/mysql
-fno-omit-frame-pointer -arch ppc64 -arch x86_64 -pipe -g -O2 -MT
libplugin_mysql_la-validator_mysql.lo -MD -MP -MF
.deps/libplugin_mysql_la-validator_mysql.Tpo -c -o
libplugin_mysql_la-validator_mysql.lo `test -f 'validator_mysql.c' || echo
'./'`validator_mysql.c
gcc -DHAVE_CONFIG_H -I. -I.. -DPCRE_STATIC -D_REENTRANT -I..
-DCHEROKEE_COMPILATION -DCHEROKEE_PLUGINDIR=\"/usr/lib/cherokee\"
-DCHEROKEE_DEPSDIR=\"/usr/share/cherokee/deps\"
-DCHEROKEE_DATADIR=\"/usr/share/cherokee\" -DCHEROKEE_VAR_RUN=\"/var/run\"
-DCHEROKEE_CONFDIR=\"/etc/cherokee\" -DCHEROKEE_SRV_PATH=\"/usr/sbin/cherokee\"
-DCHEROKEE_ICONSDIR=\"/usr/share/cherokee/icons\"
-DCHEROKEE_THEMEDIR=\"/usr/share/cherokee/themes\"
-DCHEROKEE_PANIC_PATH=\"/usr/bin/cherokee-panic\" -I/usr/include/mysql
-fno-omit-frame-pointer -arch ppc64 -arch x86_64 -pipe -g -O2 -MT
libplugin_mysql_la-validator_mysql.lo -MD -MP -MF
.deps/libplugin_mysql_la-validator_mysql.Tpo -c validator_mysql.c -fno-common
-DPIC -o .libs/libplugin_mysql_la-validator_mysql.o
gcc: -E, -S, -save-temps and -M options are not allowed with multiple -arch
flags
make[2]: *** [libplugin_mysql_la-validator_mysql.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
_______________________________________________
Cherokee mailing list
[email protected]
http://cherokee-project.com/cgi-bin/mailman/listinfo/cherokee