That's expected. Picutre is simple to fix by loading the db file from "database" link at http://olegykj.sourceforge.net/jhp/htA.jhp and placing to the corresponding location (see URL where it downloaded from)
For OpenGL, make sure it is working in J GUI, then put LD_LIBRARY_PATH for J and the libOSMesa installation. export LD_LIBRARY_PATH=$JPATHj601:/home/users/youruser/local/lib For Mesa, note that it should override all the OpenGL libs not just OSMesa. For this, symbolic links must be made for other versions, and possibly find_dll patched in J look in LD_LIBRARY_PATH for the libs. libGLw.so.1.0.0 libGL.so.1.5.060402 libGLU.so.1.3.060402 libOSMesa.so.6.4.060402 libGL.so.1 libGLU.so.1 libGLw.so.1 libOSMesa.so.6 libGL.so libGLU.so libGLw.so libOSMesa.so --- Bj�rn Helgason <[EMAIL PROTECTED]> wrote: > Well.... > > Now I am being greedy > > - OpenGL Simple is not displaying an image > > - OpenGL Dynamic is not displaying either > > - Picture gallery > > J error in /srv/www/htdocs/jhp/examples/htA.jhp > |unable to open database file: sqlerr > | check r > > > Everything else like on your examples page > > > > > > > 2007/4/8, Oleg Kobchenko <[EMAIL PROTECTED]>: > > > > Good so all the JHP demo is working? > > > > Yes, Apache and Unix as a whole is for geeks only, > > enter at your own risk. :) > > > > A comment about placement of folders: > > J installation should not be anywhere around htdocs, > > bin-cgi, or www i.e. in any way exposed to the web. > > > > If you own the server, simply map the directory > > addons/web/jhp/examples as a web directory; > > otherwise if you only can configure personal > > htdocs, copy examples folder to htdocs/jhp or so. > > > > When you place jhp.sh to cgi-bin (global or local), > > in it you configure how to get to J and how > > to map the URL path to physical paths of example .jhp's. > > > > > > --- Bj�rn Helgason <[EMAIL PROTECTED]> wrote: > > > > > I changed from > > > ScriptAliasMatch .*\.jhp /cgi-bin/jhp.sh > > > to > > > ScriptAliasMatch .*\.jhp /srv/cgi-bin/jhp.sh > > > > > > And now it works like a charm. > > > > > > Thanks a million > > > > > > I have learned a lot about apache and cgi through this exersize > > > > > > I know I probably should set it up all again clean > > > > > > I do that on another Linux machine first > > > > > > PS: It looks kind a cute to get the results of the env in the window > > first > > > > > > > > > > > > > > > > > > ____________________________________________________________________________________ > > Don't pick lemons. > > See all the new 2007 cars at Yahoo! Autos. > > http://autos.yahoo.com/new_cars.html > > ---------------------------------------------------------------------- > > For information about J forums see http://www.jsoftware.com/forums.htm > > > > > > -- > Björn Helgason, Verkfræðingur > Fugl&Fiskur ehf, Ãerneyjarsund 23, Box 127 > 801 GrÃmsnes ,t-póst: [EMAIL PROTECTED] > Skype: gosiminn, gsm: +3546985532 > Landslags og skrúðgarðagerð, gröfuþjónusta > http://groups.google.com/group/J-Programming > > > Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari > einfaldleikans > > góður kennari getur stigið á tær án þess að glansinn fari af skónum > /|_ .-----------------------------------. > ,' .\ / | Með léttri lund verður | > ,--' _,' | Dagurinn à dag | > / / | Enn betri en gærdagurinn | > ( -. | `-----------------------------------' > | ) | (\_ _/) > (`-. '--.) (='.'=) > `. )----' (")_(") > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm ____________________________________________________________________________________ 8:00? 8:25? 8:40? Find a flick in no time with the Yahoo! Search movie showtime shortcut. http://tools.search.yahoo.com/shortcuts/#news ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
