Fred wrote: > Hello > > As a third solution to my problem, and since PHP works OK in CGI mode... > I'm willing to write C proglets to be called from Asterisk through the AGI > interface. > > In your opinion, do you think it's possible to compile a stand-alone C + > SQLite program in CentOS, and just drop it in the AstLinux host and expect > it to work without missing/wrong dependencies (glibc, etc.)?
If you statically compile a program, you can copy it from CentOS to Astlinux and it will run. If it is dynamically linked, it will not work (without copying all of the dependencies). You could compile it in the development environment though without too much difficulty. Darrick -- Darrick Hartman DJH Solutions, LLC http://www.djhsolutions.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Astlinux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to [EMAIL PROTECTED]
