Re: [WebDNA] Easier to install versions!

This WebDNA talk-list message is from

2011


It keeps the original formatting.
numero = 107879
interpreted = N
texte = I have never needed MySQL or XSL/XSLT and I think there are many like me who may never need it as well, so I think you're on the right track here. If a user actually needs one of these features he can get it in v7.0 with a bit more installation work, that's all. But I don't quite understand the openssl issue. You said: > The needed openssl version is libssl.so.0.9.8 but > new linux distro use libssl.so.6 Is WebDNA the program that needs libssl.so.0.9.8? If so, how do you deal with this issue? Will v7.1 be written to use libssl.so.6 instead? Sincerely, Kenneth Grome > The libraries needed by WebDNA are > > libmysql > openssl > java > xalan and xerces > > Only xalan and xerces can be compiled within the distro > itself, and because the OSX version of xalan and xerces > are 32bits only, it is the reason why we are unable to > build a 64bits version of WebDNA for OSX. > > libmysql cannot be compiled because of the SUN license. > Same for java.h. > > The needed openssl version is libssl.so.0.9.8 but new > linux distro use libssl.so.6 > > Each time a new version of these lib is included in a new > linux distro, we start getting installation problems: we > have glibcv2 32bits and 64bits, glibcv3 32bits and > 64bits, some distro will include libmysql15 and others > libmysql16, some will include libssl.so.0.9.8 and others > libssl.so.6 meaning we would theorically have to build > 32 different versions (!) > > We have been able to unify glibcv2 and glibcv3, and the > 7.1 version will be the same for both. To be > library-independant and make 7.1 easy to install, we > removed the dependencies to java, xalan, xerces, and > libmysql. This is why we name it the "light" version and > will be meant to newcomers or those without need for > MySQL and/or XSL/XSLT > > 7.1 versions will be > - linux 32bits > - linux 64bits > - OSX 64bits > - Solaris and FreeBSD will be easy to build > > > The current 7.0 will remains for those needing XSL/XSLT > and/or MySQL access, as well as the 6.2 version, until > we find a solution to satisfy anyone. > > - chris > > On Dec 31, 2011, at 12:58, Kenneth Grome wrote: > >> At this time, we are working on an easier to install > >> light version (it will not rely on external libraries > >> and there will only be two universal linux versions: > >> 32bits and 64bits) > > > > So you'll package the required libraries in the distro > > itself, is this correct? > > > > This is a GREAT move Chris! This is how I always felt > > that WebDNA for Linux should be released, since it > > eliminates dependency errors. > > > > Just one question: > > > > Using the term "light" suggests that the program's > > capabilities may be reduced. Is this true of these new > > WebDNA light versions? > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------- > > -- This message is sent to you because you are > > subscribed to the mailing list . > > To unsubscribe, E-mail to: > > archives: http://mail.webdna.us/list/talk@webdna.us > > Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] Easier to install versions! (christophe.billiottet@webdna.us 2012)
  2. Re: [WebDNA] Easier to install versions! (sgbc cebu 2012)
  3. Re: [WebDNA] Easier to install versions! (christophe.billiottet@webdna.us 2011)
  4. Re: [WebDNA] Easier to install versions! (Kenneth Grome 2011)
  5. Re: [WebDNA] Easier to install versions! (christophe.billiottet@webdna.us 2011)
  6. [WebDNA] Easier to install versions! (Kenneth Grome 2011)
I have never needed MySQL or XSL/XSLT and I think there are many like me who may never need it as well, so I think you're on the right track here. If a user actually needs one of these features he can get it in v7.0 with a bit more installation work, that's all. But I don't quite understand the openssl issue. You said: > The needed openssl version is libssl.so.0.9.8 but > new linux distro use libssl.so.6 Is WebDNA the program that needs libssl.so.0.9.8? If so, how do you deal with this issue? Will v7.1 be written to use libssl.so.6 instead? Sincerely, Kenneth Grome > The libraries needed by WebDNA are > > libmysql > openssl > java > xalan and xerces > > Only xalan and xerces can be compiled within the distro > itself, and because the OSX version of xalan and xerces > are 32bits only, it is the reason why we are unable to > build a 64bits version of WebDNA for OSX. > > libmysql cannot be compiled because of the SUN license. > Same for java.h. > > The needed openssl version is libssl.so.0.9.8 but new > linux distro use libssl.so.6 > > Each time a new version of these lib is included in a new > linux distro, we start getting installation problems: we > have glibcv2 32bits and 64bits, glibcv3 32bits and > 64bits, some distro will include libmysql15 and others > libmysql16, some will include libssl.so.0.9.8 and others > libssl.so.6 meaning we would theorically have to build > 32 different versions (!) > > We have been able to unify glibcv2 and glibcv3, and the > 7.1 version will be the same for both. To be > library-independant and make 7.1 easy to install, we > removed the dependencies to java, xalan, xerces, and > libmysql. This is why we name it the "light" version and > will be meant to newcomers or those without need for > MySQL and/or XSL/XSLT > > 7.1 versions will be > - linux 32bits > - linux 64bits > - OSX 64bits > - Solaris and FreeBSD will be easy to build > > > The current 7.0 will remains for those needing XSL/XSLT > and/or MySQL access, as well as the 6.2 version, until > we find a solution to satisfy anyone. > > - chris > > On Dec 31, 2011, at 12:58, Kenneth Grome wrote: > >> At this time, we are working on an easier to install > >> light version (it will not rely on external libraries > >> and there will only be two universal linux versions: > >> 32bits and 64bits) > > > > So you'll package the required libraries in the distro > > itself, is this correct? > > > > This is a GREAT move Chris! This is how I always felt > > that WebDNA for Linux should be released, since it > > eliminates dependency errors. > > > > Just one question: > > > > Using the term "light" suggests that the program's > > capabilities may be reduced. Is this true of these new > > WebDNA light versions? > > > > Sincerely, > > Kenneth Grome > > ------------------------------------------------------- > > -- This message is sent to you because you are > > subscribed to the mailing list . > > To unsubscribe, E-mail to: > > archives: http://mail.webdna.us/list/talk@webdna.us > > Bug Reporting: support@webdna.us > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > Bug Reporting: support@webdna.us Kenneth Grome

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Help!!!! Purchases not going through! (1997) Links to show shopping cart. (1998) Press Release hit the NewsWire!!! (1997) More Shopping Cart Questions/Problems (2000) Help with dates (2001) Error: Can't open order file. Ignoring [OrderFile] context (2000) Re:quit command on NT (1997) Members register & gain access system (1998) Signal Raised (1997) shipcost (1997) Re[2]: New syntax feedback for 4.0 (2000) WebCat2b15MacPlugin - [protect] (1997) cart limit (2002) [Fwd: F3 database munching] (1997) Bulk capture for Authorize.net (2004) normal users.db calls ... (1998) problems with 2 tags (1997) Wanted: Broader string manipulation functions (1997) Not really WebCat (1997) WC2.0 Memory Requirements (1997)