Sponsored Content
Full Discussion: Browser on AIX 7.1
Operating Systems AIX Browser on AIX 7.1 Post 302990161 by vbe on Monday 23rd of January 2017 07:28:49 AM
Old 01-23-2017
this is what I have on this box:
Code:
n12:/opt/freeware/etc/pango $ ll
total 40
drwxr-xr-x    2 root     system          256 Sep  9 2015  .
drwxr-xr-x   10 root     system         4096 Sep 24 2015  ..
-rw-r--r--    1 root     system          123 Sep  9 2015  pango.modules
-rw-r--r--    1 root     system        11446 Nov 13 2009  pangox.aliases
n12:/opt/freeware/etc/pango $ file pango.modules
pango.modules: commands text
n12:/opt/freeware/etc/pango $ more pango.modules
# Pango Modules file
# Automatically generated file, do not edit
#
# ModulesPath = /opt/freeware/lib/pango/1.6.0/modules
#

So nothing here to help you out...

But for me getting firefox to work was not obvious and I had to tweek a lot, as its a 64bit, and most lib are pointing by default to the 32bit libs...
We dont know what firefox you are using ( 32/64 or version...) I to get running the one I use, had to review all the pregrequisites and do many updates...
Then you have other softs not working properly after, so you have to customize mozilla configuration to use the libs it needs and not use default to not upset the rest.. Unless you have a lot of time to resolve everything for all and are a guru that masters C and the art of compilation..
But so far not knowing what version and type of bin, we cant say much

about pangomaodules output etc..
Code:
n12:/prd/users $  pango-querymodules                       # returns the following:
# Pango Modules file
# Automatically generated file, do not edit
#
# ModulesPath = /opt/freeware/lib/pango/1.6.0/modules   # So it is commented out... that dir is empty...
#
n12:/prd/users $ ll /usr/lib/libglib-2.0.a
lrwxrwxrwx    1 root     system           36 Jun 24 2015  /usr/lib/libglib-2.0.a -> ../../opt/freewa
re/lib/libglib-2.0.a
n12:/prd/users $


Last edited by vbe; 01-23-2017 at 09:12 AM..
 

9 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

The OPERA browser

I have just seen someone using the OPERA browser - it looks quite good and seems to have a friendly GUI. Can I get this for UNIX(Solaris 8 is my OS)??? Does anyone have this installed on their UNIX workstation?? How is it performing?? All comments and advice is welcome!! (1 Reply)
Discussion started by: Kanu77
1 Replies

2. UNIX for Dummies Questions & Answers

Browser

I recently install solaris8. on my computer, unfortunately I'm running AOL 7. Is't possible to run this on solaris?. If yes, your help is welcome. :( (3 Replies)
Discussion started by: MEdwards42
3 Replies

3. UNIX for Dummies Questions & Answers

Want a better browser...

:D Howdy The IT admin where I work is limited in knowing what's available, so we're stuck with Netscape Navigator v4.72, as our only GUI browser. :confused: Is there a user friendly unix browser, that the average non-unix savey engineer can use? OS is AIX 4.3 (on the BASH shell). Hardware... (4 Replies)
Discussion started by: Tatum
4 Replies

4. Shell Programming and Scripting

$BROWSER variable

In Linux, is there any variable which carries the value of the default browser. Say, in linux we have the $SHELL variable which points to the current SHELL in use. Similarly, is there anything for default BROWSER settings ? Vino (2 Replies)
Discussion started by: vino
2 Replies

5. UNIX for Dummies Questions & Answers

what's this system and browser?

what's this system and browser? thanks! (1 Reply)
Discussion started by: puerjiang
1 Replies

6. HP-UX

HP-UX, dtlogin, X browser

All: Have an HP-UX server running init level 3, dtlogin shows up in ps -ef, but when you try to connect to this server via X browser (on Win XP), the browser comes up with just a gray screen w/mouse pointer. All the other HP-UX boxes on the same subnet come up with a pretty dtlogin screen. ... (4 Replies)
Discussion started by: b1f30
4 Replies

7. Solaris

X browser

xbrowser getting closed automatically and ask for user id and password in solaris? (5 Replies)
Discussion started by: vjm
5 Replies

8. UNIX and Linux Applications

Browser Help

I'm looking for a browser than can handle heavy java usage. Firefox doesn't seem to be able to handle heavy usage anymore :( . Chromium does a decent job, but its just so different from Firefox I just can't get used to it. I have been trying to get used to chromium for over 2 weeks but can't... (1 Reply)
Discussion started by: cokedude
1 Replies

9. Programming

Close browser

I just would like to have a javascript function ( for user logout ) which can close the browser that the user run this function , for example , if the user is using IE to click this function , then close ALL IE browser , is it possible ? if it can not be make , could the function close ALL opened... (2 Replies)
Discussion started by: ust3
2 Replies
PERLOS400(1)						 Perl Programmers Reference Guide					      PERLOS400(1)

NAME
README.os400 - Perl version 5 on OS/400 DESCRIPTION
This document describes various features of IBM's OS/400 operating system that will affect how Perl version 5 (hereafter just Perl) is com- piled and/or runs. By far the easiest way to build Perl for OS/400 is to use the PASE (Portable Application Solutions Environment), for more information see http://www.iseries.ibm.com/developer/factory/pase/index.html This environment allows one to use AIX APIs while programming, and it provides a runtime that allows AIX binaries to execute directly on the PowerPC iSeries. Compiling Perl for OS/400 PASE The recommended way to build Perl for the OS/400 PASE is to build the Perl 5 source code (release 5.8.1 or later) under AIX. The trick is to give a special parameter to the Configure shell script when running it on AIX: sh Configure -DPASE ... The default installation directory of Perl under PASE is /QOpenSys/perl. This can be modified if needed with Configure parameter -Dpre- fix=/some/dir. Starting from OS/400 V5R2 the IBM Visual Age compiler is supported on OS/400 PASE, so it is possible to build Perl natively on OS/400. The easier way, however, is to compile in AIX, as just described. If building natively on PASE, please do the build under the /QOpenSys directory, since Perl is happier when built on a case sensitive filesystem. Installing Perl in OS/400 PASE If you are compiling on AIX, simply do a "make install" on the AIX box. Once the install finishes, tar up the /QOpenSys/perl directory. Transfer the tarball to the OS/400 using FTP with the following commands: > binary > site namefmt 1 > put perl.tar /QOpenSys Once you have it on, simply bring up a PASE shell and extract the tarball. If you are compiling in PASE, then "make install" is the only thing you will need to do. The default path for perl binary is /QOpenSys/perl/bin/perl. You'll want to symlink /QOpenSys/usr/bin/perl to this file so you don't have to modify your path. Using Perl in OS/400 PASE Perl in PASE may be used in the same manner as you would use Perl on AIX. Scripts starting with #!/usr/bin/perl should work if you have /QOpenSys/usr/bin/perl symlinked to your perl binary. This will not work if you've done a setuid/setgid or have environment variable PASE_EXEC_QOPENSYS="N". If you have V5R1, you'll need to get the latest PTFs to have this feature. Scripts starting with #!/QOpenSys/perl/bin/perl should always work. Known Problems When compiling in PASE, there is no "oslevel" command. Therefore, you may want to create a script called "oslevel" that echoes the level of AIX that your version of PASE runtime supports. If you're unsure, consult your documentation or use "4.3.3.0". If you have test cases that fail, check for the existence of spool files. The test case may be trying to use a syscall that is not imple- mented in PASE. To avoid the SIGILL, try setting the PASE_SYSCALL_NOSIGILL environment variable or have a handler for the SIGILL. If you can compile programs for PASE, run the config script and edit config.sh when it gives you the option. If you want to remove fchdir(), which isn't implement in V5R1, simply change the line that says: d_fchdir='define' to d_fchdir='undef' and then compile Perl. The places where fchdir() is used have alternatives for systems that do not have fchdir() available. Perl on ILE There exists a port of Perl to the ILE environment. This port, however, is based quite an old release of Perl, Perl 5.00502 (August 1998). (As of July 2002 the latest release of Perl is 5.8.0, and even 5.6.1 has been out since April 2001.) If you need to run Perl on ILE, though, you may need this older port: http://www.cpan.org/ports/#os400 Note that any Perl release later than 5.00502 has not been ported to ILE. If you need to use Perl in the ILE environment, you may want to consider using Qp2RunPase() to call the PASE version of Perl. AUTHORS
Jarkko Hietaniemi <jhi@iki.fi> Bryan Logan <bryanlog@us.ibm.com> David Larson <larson1@us.ibm.com> perl v5.8.0 2003-02-18 PERLOS400(1)
All times are GMT -4. The time now is 12:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy