Hmm...
   FHS
0
   FHS=:1
   load 'regex'
   jregcomp_jregex_
'"/usr/share/jlang/8.0.1/tools/regex/libjpcre.so" regcomp + i *x *c i'&(15!:0)

Um...

Apparently jregex makes its own copy of FHS for whatever reason. So this worked:

   FHS_jregex_=:1
   load 'regex'
   jregcomp_jregex_
'libpcreposix.so.3 pcreposix_regcomp + i *x *c i'&(15!:0)

Anyways, it's working now, but I guess I need to understand the logic
behind FHS and FHS_jregex_ before we can get a decent package working
for Debian:

Thanks,

-- 
Raul




On Sun, Jun 29, 2014 at 6:32 AM, bill lam <[email protected]> wrote:
> If you look closer, there is a line
>
> if. (0~:FHS) *: 'Linux'-:UNAME do.
>
> and if this is false, it will use the stock shared object in linux
>
>   rxdll=. 'libpcreposix.so.3'
>
> You need to define FHS somewhere.
>
> In the j801 deb download, the ijconsole will define FHS.  the
> jqt will also define FHS if jqt will be deployed ot /usr/bin.
>
> IIRC lintian gave warning on using libjprcre.so, saying it
> embedded an available shared object.
>
> Вс, 29 июн 2014, Raul Miller написал(а):
>> I'm getting:
>>
>> |domain error: jregcomp
>> |   'rxlastrc rxlastxrp'=:2{.
>> jregcomp(rxregxsz$2-2);(,y);2+RX_OPTIONS_UTF8*64
>>
>> Looking closer:
>>
>>    jregcomp_jregex_
>> '"/usr/share/jlang/8.0.1/tools/regex/libjpcre.so" regcomp + i *x *c 
>> i'&(15!:0)
>>
>> Looking even closer:
>>
>> $ ls /usr/share/jlang/8.0.1/tools/regex/libjpcre.so
>> ls: cannot access /usr/share/jlang/8.0.1/tools/regex/libjpcre.so: No
>> such file or directory
>> $ ls /usr/share/jlang/8.0.1/tools/regex/
>> license.txt
>> $
>>
>> How do I get a copy of libjpcre.so for linux 64 bit?
>>
>> Thanks,
>>
>> --
>> Raul
>> ----------------------------------------------------------------------
>> For information about J forums see http://www.jsoftware.com/forums.htm
>
> --
> regards,
> ====================================================
> GPG key 1024D/4434BAB3 2008-08-24
> gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
> gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to