$ lsnrctl start testdb
lsnrctl: symbol lookup error: lsnrctl: undefined symbol: nlgh
Solution
==========
1.Relink network executables using below command
$  make -kf ins_net_server.mk install
/bin/chmod 755 /testdb/oracle/product/11204/bin/
 – Linking tnslsnr
rm -f tnslsnr
gcc -o tnslsnr -m64 -z noexecstack -L/testdb/oracle/product/11204/network/lib/ -L/testdb/oracle/product/11204/lib/ -L/testdb/oracle/product/11204/lib/stubs/  /testdb/oracle/product/11204/network/lib/s0nsgl.o /testdb/oracle/product/11204/network/lib/snsglp.o -lclntsh  `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnnz11 -lzt11 -lztkg11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11 -lmm -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11   -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11 -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11   `cat /testdb/oracle/product/11204/lib/sysliblist` -Wl,-rpath,/testdb/oracle/product/11204/lib -lm    `cat /testdb/oracle/product/11204/lib/sysliblist` -ldl -lm   -L/testdb/oracle/product/11204/lib -lons -lnl11  -ln11 -lnlsnr11 -lnlsnrc11 -lnsgr11 -lnms -lncm11 -lnmsp -lpeer -lnro11 -ln11   -lnl11 -lnlsnr11 -lnlsnrc11 -lnms -lncm11 -lnmsp -ln11     -lm
mv -f /testdb/oracle/product/11204/bin/tnslsnr /testdb/oracle/product/11204/bin/tnslsnr0
mv tnslsnr /testdb/oracle/product/11204/bin/tnslsnr
/bin/chmod 751 /testdb/oracle/product/11204/bin/tnslsnr
 – Linking lsnrctl
rm -f lsnrctl
gcc -o lsnrctl -m64 -z noexecstack -L/testdb/oracle/product/11204/network/lib/ -L/testdb/oracle/product/11204/lib/ -L/testdb/oracle/product/11204/lib/stubs/  /testdb/oracle/product/11204/network/lib/s0nsglc.o -lclntsh  `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnnz11 -lzt11 -lztkg11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11 -lmm -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lnro11 `cat /testdb/oracle/product/11204/lib/ldflags`    -lncrypt11 -lnsgr11 -lnzjs11 -ln11 -lnl11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11   -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11 -lclient11 -lnnetd11  -lvsn11 -lcommon11 -lgeneric11 -lsnls11 -lnls11  -lcore11 -lsnls11 -lnls11 -lcore11 -lsnls11 -lnls11 -lxml11 -lcore11 -lunls11 -lsnls11 -lnls11 -lcore11 -lnls11   `cat /testdb/oracle/product/11204/lib/sysliblist` -Wl,-rpath,/testdb/oracle/product/11204/lib -lm    `cat /testdb/oracle/product/11204/lib/sysliblist` -ldl -lm   -L/testdb/oracle/product/11204/lib -lnl11  -ln11 -lnlsnr11 -lnlsnrc11 -lnsgr11 -lnms -lncm11 -lnmsp -lpeer -lnro11 -ln11   -lnl11 -lnlsnr11 -lnlsnrc11 -lnms -lncm11 -lnmsp -ln11     -lm
mv -f /testdb/oracle/product/11204/bin/lsnrctl /testdb/oracle/product/11204/bin/lsnrctl0
mv lsnrctl /testdb/oracle/product/11204/bin/lsnrctl
/bin/chmod 751 /testdb/oracle/product/11204/bin/lsnrctl
2. Restart Database Listener
$ lsnrctl start testdb
LSNRCTL for Linux: Version 11.2.0.4.0 – Production on 16-MAY-2016 02:00:20
Copyright (c) 1991, 2013, Oracle.  All rights reserved.
Starting /testdb/oracle/product/11204/bin/tnslsnr: please wait…
TNSLSNR for Linux: Version 11.2.0.4.0 – Production
System parameter file is /testdb/oracle/product/11204/network/admin/testdb/listener.ora
Log messages written to /testdb/log/network/testdb.log
Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dblocalhost)(PORT=1523)))
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=dblocalhost)(PORT=1523)))
STATUS of the LISTENER
————————
Alias                     testdb
Version                   TNSLSNR for Linux: Version 11.2.0.4.0 – Production
Start Date                16-MAY-2016 02:00:20
Uptime                    0 days 0 hr. 0 min. 0 sec
Trace Level               off
Security                  ON: Local OS Authentication
SNMP                      OFF
Listener Parameter File   /testdb/oracle/product/11204/network/admin/testdb/listener.ora
Listener Log File         /testdb/log/network/testdb.log
Listening Endpoints Summary…
  (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=dblocalhost)(PORT=1523)))
Services Summary…
Service “testdb” has 1 instance(s).
  Instance “testdb”, status UNKNOWN, has 1 handler(s) for this service…
The command completed successfully
 
					
naturally like your web site however you need to take a look at the spelling on several of your posts. A number of them are rife with spelling problems and I find it very bothersome to tell the truth on the other hand I will surely come again again.
For the reason that the admin of this site is working, no uncertainty very quickly it will be renowned, due to its quality contents.
Very well presented. Every quote was awesome and thanks for sharing the content. Keep sharing and keep motivating others.
Hi there to all, for the reason that I am genuinely keen of reading this website’s post to be updated on a regular basis. It carries pleasant stuff.
Awesome! Its genuinely remarkable post, I have got much clear idea regarding from this post
kchqi – This site gives a welcoming vibe, feels trustworthy right away.
webpulse.click – The interface is cool, easy to navigate and really modern.
rankflow.click – Found a few useful links here, definitely coming back later.
pixelpush.click – Everything feels cohesive, fonts, spacing, images all well matched.
netmatrix.click – I’m impressed with load times, images pop in very quickly.
sitefoundry.click – I was pleasantly surprised by the speed on mobile devices.
boostengine.click – Nice clean look, really appreciate how well it’s organized overall.
webrevive.click – I visited just now, the site feels sharp and user-friendly.
brandlift.click – I like how the navigation feels smooth and intuitive throughout.
clickoptim.click – This site loads fast for me, no annoying delays so far.
growmetric.click – Navigation flows well, I found what I was looking for in seconds.
netlaunch.click – I like how the site loads fast and looks clean overall.
linkhorizon.click – I’m impressed by the load speed — pretty snappy overall.
rankshift.click – Already bookmarked this page, looks like a reliable resource to keep.
pagepilot.click – Overall experience is positive, feels professional and reliable.
keywordfuel.click – Already bookmarked — this looks like a solid resource to revisit.
trafficcraft.click – It performs well on mobile, I had no issues at all.
netvortex.click – I like how the sections are broken up—makes it easier to scan.
sitepilot.click – The layout is clean and content is well spaced, good job.
boostcraft.click – The layout feels balanced, nothing feels out of place.
ranktrail.click – The color scheme is pleasant, doesn’t distract from the content.
ranktrail.click – Visually the site feels polished and thoughtfully designed.
searchnest.click – Just checked out the site, feels clean and user friendly overall.
websummit.click – The color scheme is subtle and soothing, nothing jarring.
seoanchor.click – Just visited, the design feels clean and the content is readable.
netfusion.click – On mobile it’s seamless, everything scales nicely with no quirks.
clicksignal.click – Visuals blend nicely with text, nothing feels jarring or out of place.
pagevector.click – The site loads quickly and images look crisp, good job.
rankmotion.click – I like how responsive the design is on both desktop and mobile.
rankforge.click – The visual style complements the content nicely — very polished.
seoloom.click – Visuals and textual content blend well together, it gives a polished impression overall.
webtide.click – I found a couple of interesting links already—will explore more later.
keywordorbit.click – Overall experience is good; the site feels trustworthy and professional.
trafficpulse.click – I found several useful links already—definitely worth revisiting later.
metaboost.click – Visuals complement the text nicely, giving a polished first impression.
seowhale.click – Found some helpful links already; seems like there’s good content inside.
rankseed.click – I like how quickly the pages load and how smooth the transitions are.
seoignite.click – Typography and spacing are well-balanced—comfortable for reading longer content.
nathanjones.shop – Already bookmarked the site—looks like a valuable resource to return to.
brittanydominguez.shop – The color scheme is subtle and soothing, doesn’t strain the eyes at all.
z9hl4.info – The color scheme is subtle and soothing, doesn’t strain the eyes at all.
brandmetric.click – Pages load quickly and smoothly, no lag or weird behavior when switching tabs.
kuvalis.com – The layout is balanced and clear, good job on the user-experience side.
cloudfiles.tech – The visual design is polished, with good balance between imagery and content.
smarttechmukesh.xyz – Colour scheme is calm and appealing, nothing harsh on the eyes.
moj-kredyt.shop – I shared this post with friends, they appreciated the clarity.
2rss5ge.xyz – The overall design feels polished, gives a credible and fresh vibe.
shop-in.tech – Colour palette is subtle and doesn’t distract from the main content at all.
rodarodaku.xyz – Found some interesting articles already, looks like a thoughtful blog.
kkgg1.xyz – Great job keeping things minimalist while still visually appealing.
mm9b.xyz – Navigation feels smooth, I found things easily within seconds.
xxau.xyz – I found some useful sections already, looks like well-thought content.
easyprt.xyz – Mobile version looks flawless, everything adjusts perfectly on screen.
0pdpof.xyz – The color scheme is calm and elegant, nothing too bright or harsh.
74364.pw – Bookmarking this site; updates seem frequent, insightful, and genuinely practical.
diwang2.pw – Visuals complement the content nicely, nothing looks out of place.
coatsjps.pw – The content loads fast and the design feels thoughtfully structured.
wqpyp.pw – Just checked this one out, layout feels clean and really smooth to browse.
cryptocurrencynews.pw – Overall, great presentation and reliable information all throughout.
hyrdaruzxpnev4of.online – Nice typography and spacing make long reads comfortable and enjoyable.
kbdesignlab.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
tuzidh.pw – Works perfectly on mobile devices, no layout issues anywhere.
phonenumbers.pw – On mobile it performs perfectly, scales smoothly with no errors.
www-882884.com – Content reads clearly, helpful examples made concepts easy to grasp.
mjiuzixun.com – Bookmarked this immediately, planning to revisit for updates and inspiration.
www-882884.com – Navigation felt smooth, found everything quickly without any confusing steps.
worldvehicleexpo.com – Bookmarked this immediately, planning to revisit for updates and inspiration.
propecianorxpharmacy.com – Found practical insights today; sharing this article with colleagues later.
mjiuzixun.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
gameclub2u.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
kdjfjks.site – Content reads clearly, helpful examples made concepts easy to grasp.
eyelle-paris.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
binaryoptionstrade.xyz – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
zakolata.xyz – Content reads clearly, helpful examples made concepts easy to grasp.
cryptocurrencytrade.pw – Color palette felt calming, nothing distracting, just focused, thoughtful design.
porno-masaz.top – Found practical insights today; sharing this article with colleagues later.
nejlepsi-porno.top – Bookmarked this immediately, planning to revisit for updates and inspiration.
swissreplica.pw – Appreciate the typography choices; comfortable spacing improved my reading experience.
prostitutkimoskvyonline.info – Content reads clearly, helpful examples made concepts easy to grasp.
usaonlinecasinos.org – Bookmarked this immediately, planning to revisit for updates and inspiration.
96x11n.pw – Content reads clearly, helpful examples made concepts easy to grasp.
titi.pw – Navigation felt smooth, found everything quickly without any confusing steps.
libracryptocurrency.pw – Found practical insights today; sharing this article with colleagues later.
worldcomputerexpo.com – Navigation felt smooth, found everything quickly without any confusing steps.
worldcityexpo.com – Color palette felt calming, nothing distracting, just focused, thoughtful design.
ferdykorpwp.com – Pages loaded fast, images appeared sharp, and formatting stayed consistent.
acte-experts.com – Pages loaded fast, images appeared sharp, and formatting stayed consistent.
worldsoftwareexpo.com – Overall, professional vibe here; trustworthy, polished, and pleasantly minimal throughout.
csiingenieros.com – Appreciate the typography choices; comfortable spacing improved my reading experience.
difyd2c.com – Pages loaded fast, images appeared sharp, and formatting stayed consistent.
lithestore.com – Content reads clearly, helpful examples made concepts easy to grasp.
spartanwebsolution.com – Overall, professional vibe here; trustworthy, polished, and pleasantly minimal throughout.
l2dkp.com – Found practical insights today; sharing this article with colleagues later.
vqscvasavtzqpsj.shop – Content reads clearly, helpful examples made concepts easy to grasp.
imgs81.men – Overall, professional vibe here; trustworthy, polished, and pleasantly minimal throughout.
pok01.live – Color palette felt calming, nothing distracting, just focused, thoughtful design.
daman-games.live – Navigation felt smooth, found everything quickly without any confusing steps.
brwon-stake.com – Found practical insights today; sharing this article with colleagues later.
lovehentai.info – Pages loaded fast, images appeared sharp, and formatting stayed consistent.
5415015.cc – Navigation felt smooth, found everything quickly without any confusing steps.
getmyfunsocks.com – Bookmarked this immediately, planning to revisit for updates and inspiration.
gotqlb.cc – Appreciate the typography choices; comfortable spacing improved my reading experience.
rikvip1.click – Color palette felt calming, nothing distracting, just focused, thoughtful design.
zanwechat.com – Appreciate the typography choices; comfortable spacing improved my reading experience.
sghjt.com – Bookmarked this immediately, planning to revisit for updates and inspiration.
fl508.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
023rongzi.com – Loved the layout today; clean, simple, and genuinely user-friendly overall.
318hw.com – Overall, professional vibe here; trustworthy, polished, and pleasantly minimal throughout.
szsfujin.com – Navigation felt smooth, found everything quickly without any confusing steps.
berenux.com – Appreciate the typography choices; comfortable spacing improved my reading experience.
jpl927.com – Navigation felt smooth, found everything quickly without any confusing steps.
waziqiyi.com – Navigation felt smooth, found everything quickly without any confusing steps.
uucncn.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
46466497.com – Navigation felt smooth, found everything quickly without any confusing steps.
s1565.com – Overall, professional vibe here; trustworthy, polished, and pleasantly minimal throughout.
bisbro.com – Found practical insights today; sharing this article with colleagues later.
myxy567.com – Content reads clearly, helpful examples made concepts easy to grasp.
4631519.com – Mobile version looks perfect; no glitches, fast scrolling, crisp text.
ashgrovecatering.com – Color palette felt calming, nothing distracting, just focused, thoughtful design.
hsmsy8.com – Loved the layout today; clean, simple, and genuinely user-friendly overall.
line2048.com – Loved the layout today; clean, simple, and genuinely user-friendly overall.
ehe258.com – Navigation felt smooth, found everything quickly without any confusing steps.