How to move libraries to another server


 
Thread Tools Search this Thread
Operating Systems AIX How to move libraries to another server
# 1  
Old 05-10-2012
How to move libraries to another server

Hi,

I have compiled FreeTDS on AIX 5.3. Its my dev environment so I have c compilers on the box so I was able to compile. From the test environment onwards I will not be able to have c compilers. I tried to move these files directly to the test environment with the same directory structure but I am getting errors like not able to load libraries etc., but those files are present over there.

Is there a way to move these files over to another server, without compiling as RPM.


Thanks,
Vijay
# 2  
Old 05-10-2012
Short answer about simple portability: No.
What does the acronym RPM in mean in this context?

AIX 5.3 has a C compiler. Are you sure that your application only relies on C and not some runtime libraries.
# 3  
Old 05-10-2012
Thanks for the reply.

I actually dont know whether it requires any other runtime libraries. When we tried to compile this it required C, Gcc libraries.

I have the source files if I make them as RPM files then i will be able to install in other environments?

Thanks,
Vijay

Last edited by vijayraghavk; 05-10-2012 at 08:10 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Red Hat

Move a LUN from one server to the other

I have NetApp LUN that was presented to a Red Hat Enterprise Linux Server release 5.7 (Tikanga) machine. But this LUN has already data, because it was being used on another server. I can see the new LUN when running fdisk: fdisk -l | egrep '^Disk' | egrep -v 'dm-' | grep -v identifier Disk... (15 Replies)
Discussion started by: fretagi
15 Replies

2. AIX

Large file move from one server to another

I Have two AIX 5.3 servers. I want to move a 45GB file from Server B to Server A. Can I achieve this with using Tivoli? Or how could I achieve this, by mounting a directory from server B to server A? Any help apreciated! (14 Replies)
Discussion started by: tfort73
14 Replies

3. IP Networking

Dedicated Server Move

I just moved a dedicated server, which included moving to a new subnet, and new IP address. Now my server is not reconnecting - I've tried ifconfig, altering the etc/hosts file with the new ip address, with no luck. (5 Replies)
Discussion started by: esmerika
5 Replies

4. UNIX for Dummies Questions & Answers

Move file from 1 server to another

I have built out 2 servers on the same LAN. I'm connecting with ssh from my laptop remotely. I need to copy a file from one server to another. How do I do that? I'd also like to know how to copy a directory. thanks. (11 Replies)
Discussion started by: woody62
11 Replies

5. UNIX for Advanced & Expert Users

How to shift/move DNS server ?

Its just a question arised in my mind. Suppose I have few DNS servers hosted in US and want to shift them to India or somewhere. I mean can we just clone same servers here and start them ? (3 Replies)
Discussion started by: ynilesh
3 Replies

6. Shell Programming and Scripting

how to move a file from one server to another server using FTP in shell script?

I have a file --> file1.txt i need to copy this file to another server using FTP....the 2 servers are server1 and server2..may i know how to write a script that can do this? thanks in advance! Im a newbie to this... (4 Replies)
Discussion started by: forevercalz
4 Replies

7. Solaris

Move root disk to new server

Hi, I need to do an installation where I have identical hardware at both sites and create the installation at one site and take the disk to the other site. Question: Do I need to do anything special for the OS to come up properly? thanks. (18 Replies)
Discussion started by: VirginiaSA
18 Replies
Login or Register to Ask a Question