> > I would like to run JHP on my Linux server, but it is
> > j504 (the Linux version doesn't support j601 - sigh)

So this because of dependency of jconsole on GLIBC_2.3.4
(note: J front end does not have this problem).

Running jconsole, there is an error:

  ./jconsole: /lib/tls/libc.so.6: version `GLIBC_2.3.4' not found (required by 
./jconsole)

Skimming jconsole we have,

[...]$ readelf -a jconsole | grep 2.3.4
     1: 00000000   177 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
  000:   0 (*local*)       2 (GLIBC_2.3.4)   0 (*local*)       3 (GLIBC_2.0)
  0x0040: Name: GLIBC_2.3.4  Flags: none  Version: 2

[...]$ readelf -a jconsole | grep reg
08063244  00000107 R_386_JUMP_SLOT   00000000   regexec
08063284  00001207 R_386_JUMP_SLOT   00000000   regfree
0806333c  00004507 R_386_JUMP_SLOT   00000000   regcomp
     1: 00000000   177 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (2)
    18: 00000000    96 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (3)
    69: 00000000   242 FUNC    GLOBAL DEFAULT  UND [EMAIL PROTECTED] (3)

Is it that this only function [EMAIL PROTECTED] that causes
the dependency? While other regex funcs come from earlier libs.
Considering that there a separate shipped library for regex: libjpcre.so.

The reality is that there are systems running with
earlier versions of the library and it may be
hard or impossible to upgrade. On the other hand
there are new features that are only supported in
j601 version.

There has been a number of reports like this that this
dependency occurs on existing Linux installations.


This has been discussed on the forum:

[Jbeta] j601 on SuSE 9.0 Linux
http://www.jsoftware.com/pipermail/beta/2006-March/000662.html

[Jbeta] Linux 32 h beta available
http://www.jsoftware.com/pipermail/beta/2006-February/000516.html

[Jbeta] Mac h beta available
http://www.jsoftware.com/pipermail/beta/2006-February/000510.html

[Jprogramming] libc's problem
http://www.jsoftware.com/pipermail/programming/2005-December/000363.html

The Linux Standard Base discussion by Robert W. Cunningham
http://www.jsoftware.com/pipermail/general/2002-September/010877.html


--- Oleg Kobchenko <[EMAIL PROTECTED]> wrote:

> --- Joey K Tuttle <[EMAIL PROTECTED]> wrote:
> 
> > At 14:59  -0800 2007/02/18, Oleg Kobchenko wrote:
> > >Yes, you need to make sure that Apache is installed
> > >and enabled on UNIX. Navigate to the default page, like
> > >    http://localhost/
> > >
> > >Then find the config files for Apache and see how either
> > >local or global cgi-bin folder is configured. Then using
> > >a simple bash script cgi, test if CGI is working.
> > >
> > >Then follow the installation and configuration instructions
> > >in the JHP configuration. The link to them is at
> > >   http://www.jsoftware.com/jwiki/JHP
> > >
> > >Report back with any problems or questions.
> > >
> > 
> > Oleg,
> > 
> > I would like to run JHP on my Linux server, but it is
> > j504 (the Linux version doesn't support j601 - sigh)
> 
> Which Linux version does not support j601?
> 
> > I downloaded jhp-0.09.zip which I am assuming is the
> > current specific file described in the Installation >>
> > General "Download web_jhp_x.y.z_plat.zip"  In the
> > resulting directory there is a j504 folder -- but it
> > doesn't seem to have all the ingredients of the j601
> > stuff. Is it a reasonable stragegy to replace x and y
> > with x. and y. etc. in the 601 folder and try it in 504?
> 
> The j504 version is embrionic. Going back from j601 to
> j504 may be more than x. and y., but use other j601 features,
> like noun left part of fork, etc.
> 
> There is a lot of useful stuff in the latest JHP version,
> which is and will only be supported for j601 further latest
> versions of J.
> See history link from http://www.jsoftware.com/jwiki/JHP
> 
> The proper way to obtain the latest JHP is through JAL,
> either with PacMan or manually.



 
____________________________________________________________________________________
Have a burning question?  
Go to www.Answers.yahoo.com and get answers from real people who know.
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to