HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: message :Can't find path for shared library: l...
Operating System - HP-UX
        1839832
        Members
    
    
        2563
        Online
    
    
        110156
        Solutions
    
Forums
        Categories
Company
Local Language
                
                  
                  back
                
        
                
        
                
        
                
        
        
        
                
        
                
        
        
        
                
        
              
              Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
                
                  
                  back
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
                
            
            
                
            
                
            
                
            
                
            
            
                
            
                
            
            
                
            
                
              
            Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
        Information
        Community
Resources
Community Language
        Language
        Forums
Blogs
Topic Options
			
				
					
	
			
		
	- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:23 PM
08-23-2004 08:23 PM
			
				
					
						
							message :Can't find path for shared library: libintl.sl.1 for mozilla installation
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hello evrebody ,
I have HPUX-11, i try to install "Mozilla 1.4" and when i am runing: /opt/mozilla/mozilla
I get this message:
Starting Mozilla ...
/usr/lib/dld.sl: Can't find path for shared library: libintl.sl.1
/usr/lib/dld.sl: No such file or directory
/opt/mozilla/run-mozilla.sh[36]: 6995 Abort(coredump)
I tried to find "libintl.sl.1" it is not existing !!
Could someone suggest a solution?
Thanks in advance
bosher
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
I have HPUX-11, i try to install "Mozilla 1.4" and when i am runing: /opt/mozilla/mozilla
I get this message:
Starting Mozilla ...
/usr/lib/dld.sl: Can't find path for shared library: libintl.sl.1
/usr/lib/dld.sl: No such file or directory
/opt/mozilla/run-mozilla.sh[36]: 6995 Abort(coredump)
I tried to find "libintl.sl.1" it is not existing !!
Could someone suggest a solution?
Thanks in advance
bosher
		2 REPLIES 2
	
	            
            
		
		
			
            
                - Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:28 PM
08-23-2004 08:28 PM
			
				
					
						
							Re: message :Can't find path for shared library: libintl.sl.1 for mozilla installation
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Sounds as if the GTK libraries B6848BA are not installed which mozilla needs :
does libintl.sl.1 exist on the system and is it the PATH set in $PATH & $SHLIB_PATH ?
					
				
			
			
				
			
			
				
			
			
			
			
			
			
		
		
		
	
	
	
does libintl.sl.1 exist on the system and is it the PATH set in $PATH & $SHLIB_PATH ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2004 08:29 PM
08-23-2004 08:29 PM
			
				
					
						
							Re: message :Can't find path for shared library: libintl.sl.1 for mozilla installation
						
					
					
				
			
		
	
			
	
	
	
	
	
			
				
					
					
						Hi
You forgot or missed something
The library is available but because the
*-PRG filesets ar enot loaded there are no symbolic links:
These are needed
B6848BA.Libiconv.LICONV-PRG
B6848BA.GTK+.GTK+-PRG
B6848BA.GLib.GLIB-PRG
B6848BA.Gettext.GETTEXT-PRG
You could try a workaround
making the links in /opt/gnome:
libiconv.sl -> libiconv.sl.2
libintl.sl -> libintl.sl.1
libcharset.sl -> libcharset.sl.1
libgdk.sl -> libgdk-1.2.sl.0
libglib.sl -> libglib-1.2.sl.0
libgtk.sl -> libgtk-1.2.sl.0
libgmodule.sl -> libgmodule-1.2.sl.0
libgthread.sl -> libgthread-1.2.sl.0
  
Steve Steel
					
				
			
			
				
		
		
	
	
	
You forgot or missed something
The library is available but because the
*-PRG filesets ar enot loaded there are no symbolic links:
These are needed
B6848BA.Libiconv.LICONV-PRG
B6848BA.GTK+.GTK+-PRG
B6848BA.GLib.GLIB-PRG
B6848BA.Gettext.GETTEXT-PRG
You could try a workaround
making the links in /opt/gnome:
libiconv.sl -> libiconv.sl.2
libintl.sl -> libintl.sl.1
libcharset.sl -> libcharset.sl.1
libgdk.sl -> libgdk-1.2.sl.0
libglib.sl -> libglib-1.2.sl.0
libgtk.sl -> libgtk-1.2.sl.0
libgmodule.sl -> libgmodule-1.2.sl.0
libgthread.sl -> libgthread-1.2.sl.0
Steve Steel
	If you want truly to understand something, try to change it. (Kurt Lewin)
			
			
				
			
			
			
			
			
			
		The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
		
	
	
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP
