[Home]

Summary:ASTERISK-10127: Patches to build V1.4.10.1 under Solaris 10 X86
Reporter:Frank Tarczynski (ftarz)Labels:
Date Opened:2007-08-20 21:07:31Date Closed:2011-06-07 14:08:18
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) diff
Description:Listed below is how I built Asterisk V1.4.10.1 under Solaris S10 X86:

I have the oss sound driver and the blastwave curl package installed.

Prior to the build I configured things:

LDFLAGS='-R/usr/sfw/lib -R/opt/csw/lib -L/opt/csw/lib -L/usr/sfw/lib' CPPFLAGS='-I /opt/csw/include' ./configure -with-curl=/opt/csw --with-oss --without-vpb --prefix=/opt/asterisk-1.4 --without-postgres

These are the diffs:
edit: removed

Asterisk builds with a couple of warnings but the compile is successful.

I've been running the V1.4.9, V1.4.10 and V1.4.10.1 asterisk binaries built this way for a while without any problems.
Comments:By: Jason Parker (jparker) 2007-08-21 09:38:07

Please do not post patches in the description or in bug notes.

Also, I noticed that you didn't use `svn diff` to make the patch.  You'll need to do that.

You also will need to submit a license agreement to upload a patch.

By: Jason Parker (jparker) 2007-09-07 13:29:22

You are changing quite a bit of stuff here.

What exactly are the problems you're running into?

Also, things like /usr/sfw/lib and /opt/csw/lib will be added to the LDFLAGS automatically if you have them in your PATH.

By: Jason Parker (jparker) 2007-11-02 16:47:42

Closing, due to lack of response.

I think the issue here is just that you need things in your PATH correctly.  There are many people who are able to build on Solaris just fine.