Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Recompiling and uninstalling existing applications Post 302632837 by werdenaz on Tuesday 1st of May 2012 12:52:44 AM
Old 05-01-2012
Recompiling and uninstalling existing applications

Hi everyone,

I'm new-ish to Unix outside of being a basic user in the past. So some background on my experience level when asking this question.

My current laptop, running OS X 10.5, had Apache and PHP installed when I bought it. However I need to recompile these now to add features which weren't included 'out of the box'.

Questions:
- Do I need to do anything to 'uninstall' these existing versions of the software before the recompile?
- Do I need to delete the binaries/libraries/other directories/etc of a program I am going to be recompiling (if this isn't answered by the above question) or will this automatically be taken care of?
- How can I make sure I don't leave anything 'hanging around' when I do uninstall a program? Or recompile?
- What resources can I read to learn more about all of this and related?

Thanks!
Charles
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Help Uninstalling Linux!

Hello, I have a laptop running Fedora Core 2, and I am trying to wipe it to put on Windows. Even though the CD is listed first in the boot order, it will not boot to the Solaris system disk. How else could I format this laptop? -skeet (4 Replies)
Discussion started by: skeet23
4 Replies

2. AIX

overriding function calls without recompiling

i want to replace the *alloc and free function calls in an existing project with my own functions, to be able to log the adresses etc in a text file. (memoryleak debugging) I think LD_PRELOAD is what i am looking for. That way i could create a Library with my own malloc functions and link them... (1 Reply)
Discussion started by: Lazzar
1 Replies

3. UNIX for Advanced & Expert Users

Perl Installing, Uninstalling

I have some problems with mysql, and maybe perl installation faults. I have installed perl by source. I followed default configuration (e.g. ./configure, make, make install). I have installed perl just because it was required for mysql's installation. But now I have some problems. If I will... (8 Replies)
Discussion started by: kisoun
8 Replies

4. Debian

Uninstalling programs?

How can I uninstall a program the most efficient way? So that I get rid of all the man pages etc. too? I'm running debian. /Richard (1 Reply)
Discussion started by: riwa
1 Replies

5. Solaris

Uninstalling Vendor Software

Hi admins, thanks for community i have installed a software ( it's a specific soft from a specific vendor : i mean it is not a SUN product ). the install was trough a .tar.gz file and with an "install" executable ( so the command was simply #./install ) my pain now is how to uninstall it... (10 Replies)
Discussion started by: hmaiida
10 Replies

6. Cybersecurity

Uninstalling OpenSSH on Tru64

Hi Can anyone point me to any documentation or can provide instructions on uninstalling OpenSSH (4.7p1) on Tru64 UNIX 5.1a? Thanks (0 Replies)
Discussion started by: sgajraj
0 Replies

7. Shell Programming and Scripting

folder existing and file existing

I want to look into a folder to see if there are any folders within it. If there are, I need to check inside each folder to see if it contains a .pdf file So If /myserver/myfolder/ contains a folder AND that folder conatins a .pdf file do X Else do Z I may have multiple folders and... (4 Replies)
Discussion started by: crowman
4 Replies

8. Solaris

Add existing user into an existing group

Pre: no gpasswd/adduser there is just usermod can be used, also there is no -a option for usermod. How should I add a user into a group? (4 Replies)
Discussion started by: a2156z
4 Replies

9. Shell Programming and Scripting

insert pipes for existing and non-existing records

I have a source file like this, L4058S462 34329094 F51010141TK1070000483L4058S462 34329094 0232384840 381892 182 5690 L4058S462 34329094 F51020141FIRST CLEARING, LLC A/C 3432-9094 L4058S462 34329094 F51030141JOHAN HOLMQVIST ... (1 Reply)
Discussion started by: saravanamr
1 Replies

10. AIX

Relink without recompiling

Hello, There is a need to link a new dynamic library to a big number of exes. Unfortunately, I cannot recompile/link all these exes against the new library. Is there any way to link an existing executable with the new library? (everything has been compiled using the xlc tool) Thanks (1 Reply)
Discussion started by: geodimo
1 Replies
kaya-rekey(1)						      Kaya program reference						     kaya-rekey(1)

NAME
kaya-rekey - Binary key regeneration for kaya web applications SYNOPSIS
kaya-rekey FILE1 [FILE2 [...]] DESCRIPTION
kaya-rekey gives all Kaya binaries specified on the command line a new application secret key The application secret key makes webapps and CGI programs secure, by encrypting the state transfers. If you receive a webapp or CGI binary from someone else, or you believe someone untrusted has had read access to your binary, you can use the kaya-rekey application to generate a new application secret key without needing a recompile. Binary distributors of Kaya applications are strongly recommended to use 'kaya-rekey' as part of the installation process. Prior to Kaya 0.3.0 this utility was called rekey OBTAINING
The latest release of Kaya can be obtained from <http://kayalang.org/download> Development versions can be obtained using darcs(1) from <http://kayalang.org/darcs/> SECURITY
kaya-rekey will use /dev/random to generate the new key if possible. If /dev/random is unavailable (Windows without MinGW, for example), the new key will be generated pseudo-randomly. This may allow an attacker to easily guess the new key. In environments where security is a concern, therefore, we strongly recommend recompiling with kayac(1) rather than using kaya-rekey if /dev/random is unavailable. kaya-rekey will give a warning when rekeying if /dev/random is unavailable. BUGS
Please report bugs in kaya-rekey to <kaya@kayalang.org> kaya-rekey cannot rekey Kaya binaries generated with a compiler older than the switch to AES256 encryption (i.e. older than 0.2.0 final version) In rare cases, kaya-rekey may not be able to successfully rekey a file and will print an error instead. You must recompile in this case to get a new application key. LICENSE
kaya-rekey is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (version 2 or any later version) as published by the Free Software Foundation. SEE ALSO
kayac(1) Kaya December 2006 kaya-rekey(1)
All times are GMT -4. The time now is 11:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy