Mark Cullen wrote:
[EMAIL PROTECTED] wrote:

On Wed, Jun 07, 2006 at 10:59:32PM +0100, Mark Cullen wrote:

[EMAIL PROTECTED] wrote:

On Wed, Jun 07, 2006 at 10:08:01PM +0100, Mark Cullen wrote:


Compiling pure-ftpd, from pkgsrc as of earlier today, with the mysql option doesn't appear to work.



Seems to work fine here with MySQL 5. Can I have the config.log?

Joerg


I should probably mention I am using MySQL 4.1. I see no "config.log", there's a ".work.log"?



config.log in the work directory of the package. It gets created by
configure...

Joerg


([EMAIL PROTECTED])/usr/pkgsrc/net/pure-ftpd/work ls
.buildlink              .patch_done             .work.log
.compiler               .patch_makevars.mk      .wrapper
.configure_makevars.mk  .pkgdb                  .wrapper_done
.extract_done           .tools                  .wrapper_makevars.mk
.extract_makevars.mk    .tools_done             pure-ftpd-1.0.21
.gcc                    .tools_makevars.mk

I am probably just being very stupid and missing something obvious :-) That's the right place, right?

Oh and I looked at the end of that .work.log file out of curiousity and noticed something which seems a bit odd.

---
    (cmd-sink) pop: conftest.c
    (cmd-sink) pop: -lmysqlclient
    (cmd-sink) pop: -lz
    (cmd-sink) pop: -lm
    (cmd-sink) pop: -lcrypt
    (cmd-sink) pop: -I/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/include
    (cmd-sink) pop: -L/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/lib
<.> /usr/obj/pkgsrc/net/pure-ftpd/work/.gcc/bin/gcc -o conftest -O2 -I/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/include/mysql -D_GNU_SOURCE=1 -I/usr/include/mysql -L/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/lib/mysql -Wl,-R/usr/pkg/lib/mysql -Wl,-R/usr/pkg/lib -L/usr/lib/mysql conftest.c -I/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/include -L/usr/obj/pkgsrc/net/pure-ftpd/work/.buildlink/lib -lmysqlclient -lz -lm -lcrypt
---

The -L/usr/lib/mysql part, should that not be -L/usr/pkg/lib/mysql? /usr/lib/mysql doesn't exist...

---
([EMAIL PROTECTED])/usr/pkg/etc ls /usr/lib/mysql
ls: /usr/lib/mysql: No such file or directory
---

Reply via email to