Re: Can anyone see anything wrong with this Make command set

2015-04-17 Thread Viktor Dukhovni
On Fri, Apr 17, 2015 at 03:40:13PM +0100, Darac Marjal wrote: > > 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_

Re: Can anyone see anything wrong with this Make command set

2015-04-17 Thread John Allen
take a look at /-I/usr/local/include/mysql//’/ isn't the closing symbol wrong, after mqsql you have an ’ but shouldn't it be single quote ( ' ) Ii don't know what /’ /is, but it looks a bit like an acute accent (´) or a single right quote (’) not a single quote (').// JohnA On 4/17/2015 8:57 A

Re: Can anyone see anything wrong with this Make command set

2015-04-17 Thread Darac Marjal
On Fri, Apr 17, 2015 at 01:57:41PM +0100, Robert Chalmers wrote: > 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 -lcrypt

Re: Can anyone see anything wrong with this Make command set

2015-04-17 Thread Wietse Venema
Robert Chalmers: > There?s a break there somewhere, and I can?t find it. This is a problem description without symptoms. Wietse