[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trying to build smsd 0.5.10 for debian
From: |
Jan Derfinak |
Subject: |
Re: Trying to build smsd 0.5.10 for debian |
Date: |
Thu, 19 Feb 2004 18:35:03 +0100 (CET) |
On Thu, 19 Feb 2004 address@hidden wrote:
> Hi
>
> I'd rather build a .deb package but I'm having a few problems. Please
> find the last screen of text below: I can forward the whole of the
> output if required.
>
> # Compile the smsd subpackage.
> cd smsd &&\
> /usr/bin/make &&\
> /usr/bin/make libpq.so &&\
> /usr/bin/make libmysql.so
smsd is now libtoolized. Use
make libpq.la
make libmysql.la
jan
--