Re: darwin
Simon GERBER <[email protected]> Thu, 22 May 2003 14:59:44 +0200
| Newsgroups | gmane.comp.djb.checkpassword |
|---|---|
| Message-ID | <[email protected]> |
Thanks for your answer, when I "make" at the end i get an error. See
below
Simon
sudo make install
Making install in python
echo "sysconfdir = '/usr/local/etc'" >local.py
python -c 'import __init__'
python -O -c 'import __init__'
python -c 'import commands'
python -O -c 'import commands'
python -c 'import config'
python -O -c 'import config'
python -c 'import constants'
python -O -c 'import constants'
python -c 'import daemon'
python -O -c 'import daemon'
python -c 'import types'
python -O -c 'import types'
make[2]: Nothing to be done for `install-exec-am'.
python -c 'import __init__'
python -O -c 'import __init__'
python -c 'import commands'
python -O -c 'import commands'
python -c 'import config'
python -O -c 'import config'
python -c 'import constants'
python -O -c 'import constants'
python -c 'import daemon'
python -O -c 'import daemon'
python -c 'import types'
python -O -c 'import types'
/bin/sh ../mkinstalldirs /usr/lib/python2.2/vmailmgr
/usr/bin/install -c -m 644 ./__init__.py
/usr/lib/python2.2/vmailmgr/__init__.py
/usr/bin/install -c -m 644 ./__init__.pyc
/usr/lib/python2.2/vmailmgr/__init__.pyc
/usr/bin/install -c -m 644 ./__init__.pyo
/usr/lib/python2.2/vmailmgr/__init__.pyo
/usr/bin/install -c -m 644 ./commands.py
/usr/lib/python2.2/vmailmgr/commands.py
/usr/bin/install -c -m 644 ./commands.pyc
/usr/lib/python2.2/vmailmgr/commands.pyc
/usr/bin/install -c -m 644 ./commands.pyo
/usr/lib/python2.2/vmailmgr/commands.pyo
/usr/bin/install -c -m 644 ./config.py
/usr/lib/python2.2/vmailmgr/config.py
/usr/bin/install -c -m 644 ./config.pyc
/usr/lib/python2.2/vmailmgr/config.pyc
/usr/bin/install -c -m 644 ./config.pyo
/usr/lib/python2.2/vmailmgr/config.pyo
/usr/bin/install -c -m 644 ./constants.py
/usr/lib/python2.2/vmailmgr/constants.py
/usr/bin/install -c -m 644 ./constants.pyc
/usr/lib/python2.2/vmailmgr/constants.pyc
/usr/bin/install -c -m 644 ./constants.pyo
/usr/lib/python2.2/vmailmgr/constants.pyo
/usr/bin/install -c -m 644 ./daemon.py
/usr/lib/python2.2/vmailmgr/daemon.py
/usr/bin/install -c -m 644 ./daemon.pyc
/usr/lib/python2.2/vmailmgr/daemon.pyc
/usr/bin/install -c -m 644 ./daemon.pyo
/usr/lib/python2.2/vmailmgr/daemon.pyo
/usr/bin/install -c -m 644 ./local.py
/usr/lib/python2.2/vmailmgr/local.py
/usr/bin/install -c -m 644 ./local.pyc
/usr/lib/python2.2/vmailmgr/local.pyc
/usr/bin/install -c -m 644 ./local.pyo
/usr/lib/python2.2/vmailmgr/local.pyo
/usr/bin/install -c -m 644 ./types.py
/usr/lib/python2.2/vmailmgr/types.py
/usr/bin/install -c -m 644 ./types.pyc
/usr/lib/python2.2/vmailmgr/types.pyc
/usr/bin/install -c -m 644 ./types.pyo
/usr/lib/python2.2/vmailmgr/types.pyo
Making install in php
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /home/httpd/php
/usr/bin/install -c -m 644 ./vmail.inc /home/httpd/php/vmail.inc
Making install in lib
Making install in misc
c++ -DHAVE_CONFIG_H -I. -I. -I../.. -I.. -g -O2 -fno-rtti
-fno-exceptions -Wall -W -c exec.cc
exec.cc: In function `int presetenv(const char*, const mystring&)':
exec.cc:29: `strlen' undeclared (first use this function)
exec.cc:29: (Each undeclared identifier is reported only once for each
function
it appears in.)
exec.cc:31: `strcpy' undeclared (first use this function)
make[2]: *** [exec.o] Error 1
make[1]: *** [install-recursive] Error 1
make: *** [install-recursive] Error 1
Le Jeudi, 22 mai 2003, à 14:00 Europe/Zurich, Malte Tancred a écrit :
> Simon GERBER wrote:
>> Does checkpassword work for darwin?
>
> Yes, it appears to work.
>
> /malte
>