There’s a break there somewhere, and I can’t find it. make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE -I/opt/local/include -DHAS_MYSQL -I/usr/local/include/mysql’ AUXLIBS='-L/opt/local/lib -lssl -lcrypto' AUXLIBS_PCRE='-L/opt/local/lib -lpcre’ AUXLIBS_MYSQL='-L/usr/local/lib -mysqlclient -lz -lm’ makefiles
THIS one works. make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE -I/opt/local/include' AUXLIBS='-L/opt/local/lib -lssl -lcrypto' AUXLIBS_PCRE='-L/opt/local/lib -lpcre’ makefiles THIS ONE doesn’t - trying to add mysql ... make -f Makefile.init dynamicmaps=yes CCARGS='-DUSE_TLS -DHAS_PCRE -I/opt/local/include -DHAS_MYSQL -I/usr/local/include/mysql’ AUXLIBS='-L/opt/local/lib -lssl -lcrypto' AUXLIBS_PCRE='-L/opt/local/lib -lpcre’ AUXLIBS_MYSQL='-L/usr/local/lib -mysqlclient -lz -lm’ makefiles thanks if you can point out where my mistake is. Robert Robert Chalmers Mac mini 6.2 - 2012, Intel Core i7,2.3 GHz, Memory:16 GB. Yosemite 10.10.2. 2TB Storage made up of - Drive 0:HGST HTS721010A9E630. Upper bay. Drive 1:ST1000LM024 HN-M101MBB. Lower Bay