<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Folks,</div><div><br></div><div>I need to create a zip file of my custom vlc build. The idea is to run it on a different test machine. Both the development machine and test machine are running Ubuntu. The test box runs an older version of Ubuntu than the dev box.<br></div><div><br></div><div>I first run the following commands to gather all the VLC files to be zipped.<br></div><div><br></div><div>$ ./configure --prefix /home/peter/MyVLC</div><div>$ make install</div><div><br></div><div>After running this, directory MyVLC contains most of the files that are needed. However, there are a bunch of files in /usr/lib and /usr/lib/i386-linux-gnu that need to be copied as well. I don't know why vlc won't just copy these files in the install directory as well.</div><div><br></div><div>Anyway, to build the list of required files, I run
 vlc on the test machine with -vv option, look at the output to see which .so file is missing and keep adding the missing library file. This process works but is very cumbersome.</div><div><br></div><div>I am wondering if there is a better way to get all the files required to run vlc under one directory hierarchy. Or, if there is an easier way to build the list of needed .so files, I can probably write a script to collect all the files.<br></div><div><br></div><div>Thank you in advance for your help.</div><div><br></div><div>Regards,</div><div>Peter<br></div><div><br></div><div></div></div></body></html>