dann frazier wrote:
On Sat, 2005-01-22 at 10:01 +0800, Jyh-Shyong Ho wrote:
  
Hi,

Is there any plan to port Systemimager for x86_64 (AMD64)?
We have a dual Opteron cluster, it would be desirable to
have Systemimager for x86_64 cluster.
    

Its in cvs - see the list archives for details.




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users
  

Thanks for the information, I downloaded the 3.5.2 version from cvs and tried to installed
it on the master node of my Opteron cluster running SuSE9.1 for AMD64 with command "make all",
it failed when  compiling OpenSSH:
 
...
gcc -o ssh ssh.o readconf.o clientloop.o sshtty.o sshconnect.o sshconnect1.o sshconnect2.o -L. -Lopenbsd-compat/ -L/usr/local/ssl/lib  -lssh -lopenbsd-compat -lcrypto -lutil -lz -lnsl  -lcrypt
openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o)(.text+0x2af): In function `parse_dns_rrsection':
/home/c00jsh00/systemimager/src/openssh-3.8.1p1/openbsd-compat/getrrsetbyname.c:482: undefined reference to `__dn_expand'
openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o)(.text+0x46c): In function `getrrsetbyname':
/home/c00jsh00/systemimager/src/openssh-3.8.1p1/openbsd-compat/getrrsetbyname.c:206: undefined reference to `__res_query'
openbsd-compat//libopenbsd-compat.a(getrrsetbyname.o)(.text+0x592):/home/c00jsh00/systemimager/src/openssh-3.8.1p1/openbsd-compat/getrrsetbyname.c:436: undefined reference to `__dn_expand'
collect2: ld returned 1 exit status
make[1]: *** [ssh] Error 1
make[1]: Leaving directory `/home/c00jsh00/systemimager/src/openssh-3.8.1p1'
make: *** [/home/c00jsh00/systemimager/src/openssh-3.8.1p1/ssh] Error 2

I checked the OpenSSH configuration and found:

OpenSSH has been configured with the following options:
                     User binaries: /usr/local/bin
                   System binaries: /usr/local/sbin
               Configuration files: /usr/local/etc
                   Askpass program: /usr/local/libexec/ssh-askpass
                      Manual pages: /usr/local/man/manX
                          PID file: /var/run
  Privilege separation chroot path: /var/empty
            sshd default user PATH: /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
                    Manpage format: doc
                       PAM support: no
                 KerberosV support: no
                 Smartcard support: no
                     S/KEY support: no
              TCP Wrappers support: no
              MD5 password support: no
       IP address in $DISPLAY hack: no
           Translate v4 in v6 hack: yes
                  BSD Auth support: no
              Random number source: OpenSSL internal ONLY

              Host: x86_64-unknown-linux-gnu
          Compiler: gcc
    Compiler flags: -g -O2 -Wall -Wpointer-arith -Wno-uninitialized
Preprocessor flags: -I/usr/local/ssl/include
      Linker flags: -L/usr/local/ssl/lib
         Libraries:   -lcrypto -lutil -lz -lnsl  -lcrypt


Any hint on what might be missing?

Jyh-Shyong Ho, Ph.D.
Research Scientist
National Center for High Performance Computing
Hsinchu, Taiwan, ROC

Reply via email to