-
ivaatld: fatal: library -lCrunG3: not found
-
ivaatwhat library is missing?
-
andyfThat is a library that is part of Oracle Solaris Studio
-
ivaatah
-
ivaatlittle offtopic yes.. but could it be developerstudio12.6 ?
-
ivaati downloaded tar and xtracked it and linked lib directory. it finds atomic for example
-
ivaati wanna sysbench on oracle solaris and then on omnios.. compiling sysbench and it is on point where compiles against mysql lib
-
andyfIt could be yes, it's possible to run some Solaris things on OmniOS, but after 13 years of divergence there's no guarantee. I think some people do build and run sysbench natively though I've never tried myself.
-
ivaat../devlibs/OracleDeveloperStudio12.6-solaris-x86-bin/patches/system/119964-35/SUNWlibC/reloc/usr/lib/amd64/libCrunG3.so.1
-
ivaatperhaps i can get it from there
-
ivaatfor omnios i will compile sysbench separately.. rigth now stuck on orace solaris :)
-
ivaatdoes omnios support uefi boot? i installed it but boot from local does not show up anything under uefi
-
ivaatinstalled itself under uefi worked fine. i installed normal mode. nothing manual
-
richloweit should, tsoome would know though.
-
ivaatgot it working. this time installer installed on raid controller mode... oracle solaris installed on outside.. or i dont know how to explain this. bios booted from disk previously.. now from integrated raid controller disk 1
-
ivaati have raid controllorer in hba mode
-
ivaatcontroller*
-
danmcdMake sure if you boot UEFI that your boot disk has an EFI System Partition (ESP). The boot pool should've been created with -B.
-
ivaati assume installer does that?
-
danmcdIt's possible that kayak picks "first disk hit" not the one youwant. ISTR there's a way to tell kayak which disks to use, or to shell-escape and create `rpool` manually.
-
ivaati have raidz 5 disks
-
tsoomeboot pool should have system (esp), usr and reserved partitions.
-
ivaatit boots from raid controller 1 under uefi
-
danmcdivaat: Just the raidz vdev of 5 disks or do you also have slog or l2arc?
-
danmcd`zpool create -B` will fail if you have more than one top-level vdev upon creation. slog or l2arc count.
-
danmcd(If you want a bootable pool with slog or l2arc, `create -B` it without them, then ADD them after.
-
danmcd)