Domino.doc in aix 4.3


 
Thread Tools Search this Thread
Operating Systems AIX Domino.doc in aix 4.3
# 1  
Old 08-05-2005
PHP Domino.doc in aix 4.3

Hi,

I having trouble while installing domino.doc 3.5 on aix 4.3. The error details are as follows. Pls let me where i am doing wrong. Domino server6.0.2 is already installed.

# cd /ddoc/dd31aix/install
# ./install
Can't load '/usr/opt/perl5/lib/5.00503/aix/DDInst.so' for module DDInst: dlopen: /usr/opt/perl5/lib/
5.00503/aix/DDInst.so: A file or directory in the path name does not exist. at /usr/opt/perl5/lib/5.
00503/aix/DynaLoader.pm line 169.

at ./bin/install.pl line 24
BEGIN failed--compilation aborted at ./bin/install.pl line 24.
#

Thanks in advans
Vinod..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Here doc question

This is a very simple question. So I have: # cat << 'EOF' > /usr/share/servers/test man EOF From the command line I want to put "man" into a /usr/share/servers/test. I have file "test" in directory /usr/share/servers/. However when I run that it come back with # cat << 'EOF' >... (2 Replies)
Discussion started by: scj2012
2 Replies

2. Solaris

Domino listener in 2 separate zones

Can you set up a second listener in /devices/pseudo? What about using a different minor number? I am trying to get Domino to listen from 2 different local zones. They are each running different versions of Domino. Any help would be appreciate. Here is some more info: The first zone... (0 Replies)
Discussion started by: pstoever
0 Replies

3. UNIX for Advanced & Expert Users

Crawling a MS-Doc using scripting

Hi Everyone How you doing all.Im planning to write a script that will crawl a MS-Document and should take the values from it.Is it possible at all.Im not a scripting guru just want to know your thoughts.. Im planning to do some thing like this: Microsoft Document has: Servername:... (1 Reply)
Discussion started by: coolkid
1 Replies

4. Shell Programming and Scripting

Editing MSWORD Doc

Hello, I need to know how to edit or set different fields in a MS-Word doc using perl. or altleast generate one. Thanks,:b: (1 Reply)
Discussion started by: rimser9
1 Replies

5. UNIX for Dummies Questions & Answers

deleteing .doc file

hi i ama dunmmies in Unix. I created a .doc file and copied it to unix via FTP as a ,doc file itself i want to delete that file , i tried with rm command it does not work file name is DDL's.doc plz help :confused: (2 Replies)
Discussion started by: agarwalniru
2 Replies

6. UNIX for Advanced & Expert Users

Communicate with Domino from UNIX

How can i communicate with Domino Server using Unix. I want to use LDAP and JAVA. can u pls help me out. Thanks GP (1 Reply)
Discussion started by: gyanpsingh
1 Replies

7. Filesystems, Disks and Memory

seeking a doc on lvm etc...

Hi. I wanted to increase my knowledge base with unix. can you help me find a like that talks about luns, physical volumes, volume groups, logical volumes then mountpoints? i would appreciate it thanks Jigar (1 Reply)
Discussion started by: jigarlakhani
1 Replies

8. UNIX for Dummies Questions & Answers

Here Doc (I think!)

Can someone explain to me how a here doc works. I thought it was something like this <<EOF command command command EOF What I am trying to do is put a ftp commands into my shell script, and I've been told that I need to use a here doc for it. Can anybody shed some light on this... (6 Replies)
Discussion started by: cfoxwell
6 Replies

9. AIX

pretty good aix doc if you are unfamilar with it

http://homepage.virgin.net/johnc.king/files/aixdoc/aixdoc.pdf this is taken from http://watkiss.members.easyspace.com/computers/unix/aix/aixdoc.html it is 372 pages long. (0 Replies)
Discussion started by: Optimus_P
0 Replies
Login or Register to Ask a Question
DH_INSTALLCHANGELOGS(1) 					     Debhelper						   DH_INSTALLCHANGELOGS(1)

NAME
dh_installchangelogs - install changelogs into package build directories SYNOPSIS
dh_installchangelogs [debhelperoptions] [-k] [-Xitem] [upstream] DESCRIPTION
dh_installchangelogs is a debhelper program that is responsible for installing changelogs into package build directories. An upstream changelog file may be specified as an option. If there is an upstream changelog file, it will be installed as usr/share/doc/package/changelog in the package build directory. If the upstream changelog is an html file (determined by file extension), it will be installed as usr/share/doc/package/changelog.html instead. If the html changelog is converted to plain text, that variant can be specified as a second upstream changelog file. When no plain text variant is specified, a short usr/share/doc/package/changelog is generated, pointing readers at the html changelog file. FILES
debian/changelog debian/NEWS debian/package.changelog debian/package.NEWS Automatically installed into usr/share/doc/package/ in the package build directory. Use the package specific name if package needs a different NEWS or changelog file. The changelog file is installed with a name of changelog for native packages, and changelog.Debian for non-native packages. The NEWS file is always installed with a name of NEWS.Debian. OPTIONS
-k, --keep Keep the original name of the upstream changelog. This will be accomplished by installing the upstream changelog as changelog, and making a symlink from that to the original name of the changelog file. This can be useful if the upstream changelog has an unusual name, or if other documentation in the package refers to the changelog file. -Xitem, --exclude=item Exclude upstream changelog files that contain item anywhere in their filename from being installed. upstream Install this file as the upstream changelog. SEE ALSO
debhelper(7) This program is a part of debhelper. AUTHOR
Joey Hess <joeyh@debian.org> 11.1.6ubuntu2 2018-05-10 DH_INSTALLCHANGELOGS(1)