Re: [fpc-pascal] how to install sqlite server side library on CentOS

2013-12-06 Thread Dennis Poon
Jonas Maebe wrote: On 06 Dec 2013, at 18:45, Dennis Poon wrote: My server program written in fpc uses sqlite3 and in ubuntu, I just need to apt-get install libsqlite3-dev but in centos, the libsqlite3-dev does not exist and the client lib after yum install sqlite was not enough. The

Re: [fpc-pascal] how to install sqlite server side library on CentOS

2013-12-06 Thread Jonas Maebe
On 06 Dec 2013, at 18:45, Dennis Poon wrote: > My server program written in fpc uses sqlite3 and > in ubuntu, I just need to > apt-get install libsqlite3-dev > > but in centos, the libsqlite3-dev does not exist and the client lib after > yum install sqlite > was not enough. > > The server pro

Re: [fpc-pascal] RE: Minimal telnet server

2013-12-06 Thread Robert Wolfe
And I know that Mystic BBS also has telnet server code in it as well. On 12/05/2013 06:49 AM, Hartmut Eilers wrote: Hallo Mark, I have a minimal telnet server in my Projekt OpenMSR. Information about OpenMSR on the webpage at www.openmsr.org . The source is hosted at sf.

[fpc-pascal] how to install sqlite server side library on CentOS

2013-12-06 Thread Dennis Poon
My server program written in fpc uses sqlite3 and in ubuntu, I just need to apt-get install libsqlite3-dev but in centos, the libsqlite3-dev does not exist and the client lib after yum install sqlite was not enough. The server program still complained: libsqlite3.so is missing. Please help

[fpc-pascal] Re: cannot read /sys/class/net/eth1/address even as root user on linux

2013-12-06 Thread Lukasz Sokol
On 05/12/13 14:42, Dennis Poon wrote: > >> While your method should work if that file actually exists, you >> probably want to use libudev for enumerating and getting device >> information from sysfs. libudev will also enable you to get >> hotplug notification. >> >> > For your your reply. The

[fpc-pascal] how to load openssl 32bit library in Lnet on centos 64 bit?

2013-12-06 Thread Dennis Poon
My ssl server program (using Lnet) was written and tested on Linux 32 bit. The VPS I rented unfortunately is running CentOS 64 bit. Although I have already installed the following 32 bit libs yum install glibc.i686 yum install libstdc++.i686 yum install openssl.i686 However, when I run my ssl