> It seems that I discovered that using Linux with Lazarus with a > compliant FPC 2.0.4 version that resolving of IP addresses is failing > and informing me that on the OnStatus event with an error of "Host not > found". I am simply creating a TBlockSocket to do this with a simple > connect to either a (Hostname or an IPv4 address) and a given port. I > also setup the socket so it is a "Family" of IPv4. This seems to work > fine for a Windows compilation via Lazarus on Windows using the FPC > 2.1.1 system but this is not our platform target. Thou under FPC > 2.0.4 and earlier supporting Lazarus to this compiler are also > failing; this is for both Linux and Window platforms!
Linux/unix FPC targets using netdb freepascals unit for resolving names. Delphi/kylix/"windows FPC target" using my own resolving routines. This is reason why your windows FPC target working. What name you are trying to resolve? Is it in public DNS? (then I can try to resolve it from my computer and debug it.) > 1) Is there a bug under Lazarus or more so for the FPC for version > 2.0.4 under Linux? I know only one bug, as i wrote here before... This bug is with resolving symboliv port names. If you re using 'number' as port name, then you cannot be affected by this bug. > 2) I have been informed that Resolving of IP addresses for Linux has > had major changes lately, is this correct? Yes. Name resolving on linux/unix targets on FPC using netdb freepascals resolver, because this resolver is portable into various platforms and processors. > 3) I have also tried INET 0.4.0, FPC general functions such as > FPConnect() etc, SocketClient, and of course now the Synapse 37 API > libraries. INET failing with this name resolving too? -- Lukas Gebauer. E-mail: [EMAIL PROTECTED] http://synapse.ararat.cz/ - Ararat Synapse - TCP/IP Lib. ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ synalist-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/synalist-public
