Search found 11 matches

by edsutton
2013/08/01 19:07:28
Forum: CentOS 5 - Software Support
Topic: Using devtool-1.1 to build both 32 and 64 bit apps on CentOS 6.4 x64?
Replies: 1
Views: 3639

Using devtool-1.1 to build both 32 and 64 bit apps on CentOS

Can the CentOS version of the Red Hat Developer Toolset ( devtoolset or devtools ) be used to build both 32-bit and 64-bit applications under 64-bit CentOS 6.4? I installed the 64-bit devtools using the folllowing steps. How can I do the same for i686 devtools and install under 64-bit CentOS 6.4 and...
by edsutton
2011/05/10 17:21:59
Forum: CentOS 5 - Software Support
Topic: Install new libstdc++ >= 4.2 and GCC on CentOS 5.6?
Replies: 2
Views: 3111

Install new libstdc++ >= 4.2 and GCC on CentOS 5.6?

1 - Is there a source of newer GNU gcc and g++ RPMs compatible with Centos 5.6? Fedora Core? 2 - Perhaps a more important questions is, for developing software for CentOs 5.x customers, should I stick with the gcc it came with? Or at least build the release with same gcc as target? I encountered the...
by edsutton
2010/06/18 19:33:22
Forum: CentOS 5 - General Support
Topic: My rpm should install to /usr/bin/ or /usr/local/bin/ ?
Replies: 3
Views: 1824

Re: My rpm should install to /usr/bin/ or /usr/local/bin/ ?

Hi Alan,

Thank you very much for your reply.

I still have much to learn about building rpms and wanted to make sure I was not on the wrong path.

Thanks again,

-Ed
by edsutton
2010/06/16 18:34:00
Forum: CentOS 5 - General Support
Topic: My rpm should install to /usr/bin/ or /usr/local/bin/ ?
Replies: 3
Views: 1824

My rpm should install to /usr/bin/ or /usr/local/bin/ ?

I created an rpm to install software for use by any user. Following the application examples of Mozilla Firefox and Wireshark and installed my binaries to: /usr/bin/myappexecutable /usr/lib/myapp/ /usr/share/myapp/readonlyconfigfile.xml /usr/share/applications/myapp.desktop Is this ok? Or is /usr/lo...
by edsutton
2010/05/26 14:42:50
Forum: CentOS 5 - Security Support
Topic: Pro-grammatically check if firewall is enabled?
Replies: 3
Views: 824

Re: Pro-grammatically check if firewall is enabled?

Thank you! Perfect!

/sbin/service iptables status
Firewall is stopped.

-Ed
by edsutton
2010/05/25 19:52:04
Forum: CentOS 5 - Security Support
Topic: Pro-grammatically check if firewall is enabled?
Replies: 3
Views: 824

Pro-grammatically check if firewall is enabled?

Is there some way I can pro-grammatically check if the firewall is enabled? An API or some configuration file I can grep as a normal user? I have a C++ application that streams multi-cast video. I want to display a dialog to the user if the firewall is enabled (or if a specific port is not open ) th...
by edsutton
2010/04/19 20:34:55
Forum: CentOS Social
Topic: Rpm spec file examples that install program or desktop shortcuts?
Replies: 4
Views: 4821

Re: Rpm spec file examples that install program or desktop shortcuts?

[quote] lostson wrote: There are many ways to package things up It has been pointed out to me several times to use this site https://fedoraproject.org/wiki/Packaging/Guidelines as a starting point. You may also want to check these ones out as well http://wiki.centos.org/HowTos/SetupRpmBuildEnvironme...
by edsutton
2010/04/19 17:22:17
Forum: CentOS Social
Topic: Rpm spec file examples that install program or desktop shortcuts?
Replies: 4
Views: 4821

Rpm spec file examples that install program or desktop shortcuts?

Thanks in advance for any rpm sepc file examples you can share. Background ------------- I have a mylib-devel.rpm that installs headers (to /usr/include/) and html docs to /usr/share/doc/mylib/html. I am trying to figure out how to add program shortcuts to Appplication->Programming menu as well as a...
by edsutton
2010/04/08 12:49:56
Forum: CentOS 5 - General Support
Topic: Unattended Kickstart install supporting both IDE (hda) / SCSI (sda) ?
Replies: 5
Views: 1395

Re: Unattended Kickstart install supporting both IDE (hda) / SCSI (sda) ?

Thank you very much for the pre-install script idea and example.

For my Linux skill level, I may just end up making one kickstart file for IDE and another for SDA or include notes on how to select the required hard drive interface for the VM before running the kickstart.

Thanks again,

-Ed
by edsutton
2010/04/06 12:18:13
Forum: CentOS 5 - General Support
Topic: Unattended Kickstart install supporting both IDE (hda) / SCSI (sda) ?
Replies: 5
Views: 1395

Unattended Kickstart install supporting both IDE (hda) / SCSI (sda) ?

Can an unattended Kickstart support both IDE (hda) and SCSI (sda)? The goal is to to create a new virtual machine from scratch. What I have works for Parallels in which a new VM defaults to emulate an IDE hard disk. It does not work for VMware Workstation which defaults to emulate a SCSI disk. The r...