Nathan J. Mehl writes:
>
> Good news: I found a solution:
>
> Bad news: this was the solution:
>
> vi authlib/Makefile
> %s/\~vpopmail/\/home\/vopopmail/g
> :wq
> make
>
> Surely this can't possibly be the actual problem?
The problem is something funky happening in shell. In configure you have
this:
vpopmail_home="`echo ~vpopmail`"
CFLAGS="-I${vpopmail_home}/include $CFLAGS"
LDFLAGS="-L${vpopmail_home}/lib $LDFLAGS"
Why is echo ~vpopmail not returning your vpopmail's home directory?
--
Sam
- 0.99 compilation problems Nathan J. Mehl
- Re: 0.99 compilation problems Nathan J. Mehl
- Re: 0.99 compilation problems Sam Varshavchik
- Re: 0.99 compilation problems Nathan J. Mehl
